UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 644 B
import type { ExtractPropTypes, StyleValue } from 'vue'; export declare const elTeleportProps: { container: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<string | HTMLElement>, string, unknown, unknown, unknown>; style: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<StyleValue>, unknown, unknown, unknown, unknown>; zIndex: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, string, unknown, unknown, unknown>; }; export declare type ElTeleportProps = ExtractPropTypes<typeof elTeleportProps>;