You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.7 KiB
27 lines
1.7 KiB
3 years ago
|
export declare const ElTeleport: import("../../utils/types").SFCWithInstall<import("vue").DefineComponent<{
|
||
|
container: import("../../utils/props").BuildPropReturn<import("../../utils/props").PropWrapper<string>, string | (() => string) | undefined, unknown, unknown, unknown>;
|
||
|
disabled: import("../../utils/props").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true) | undefined, unknown, unknown, unknown>;
|
||
|
style: import("../../utils/props").BuildPropReturn<import("../../utils/props").PropWrapper<import("vue").StyleValue>, string | import("vue").CSSProperties | (() => string) | (() => import("vue").CSSProperties) | (() => import("vue").StyleValue[]) | undefined, unknown, unknown, unknown>;
|
||
|
zIndex: import("../../utils/props").BuildPropReturn<StringConstructor, string | (() => string) | undefined, unknown, unknown, unknown>;
|
||
|
}, {
|
||
|
containerRef: import("vue").Ref<HTMLElement | undefined>;
|
||
|
containerStyle: import("vue").ComputedRef<{}>;
|
||
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
||
|
container?: unknown;
|
||
|
disabled?: unknown;
|
||
|
style?: unknown;
|
||
|
zIndex?: unknown;
|
||
|
} & {
|
||
|
disabled: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
||
|
zIndex: string;
|
||
|
style: import("vue").StyleValue;
|
||
|
container: string;
|
||
|
} & {}>, {
|
||
|
disabled: import("../../utils/props").BuildPropType<BooleanConstructor, unknown, unknown>;
|
||
|
zIndex: string;
|
||
|
style: import("vue").StyleValue;
|
||
|
container: string;
|
||
|
}>> & Record<string, any>;
|
||
|
export default ElTeleport;
|
||
|
export * from './src/teleport';
|