UNPKG

@minto-ai/mt-ui

Version:

UI组件库

13 lines (12 loc) 381 B
import { ExtractPropTypes, PropType } from 'vue'; export declare const teleportProps: { readonly to: { readonly type: PropType<string | HTMLElement>; readonly required: true; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; }; export type TeleportProps = ExtractPropTypes<typeof teleportProps>;