UNPKG

@minto-ai/mt-ui

Version:

UI组件库

65 lines (64 loc) 2.44 kB
export declare const MtOverlay: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{ readonly mask: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2026; }; }>> & Readonly<{ onClick?: ((args_0: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (args_0: MouseEvent) => any; }, import('vue').PublicProps, { readonly mask: boolean; readonly zIndex: number; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('vue').ExtractPropTypes<{ readonly mask: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2026; }; }>> & Readonly<{ onClick?: ((args_0: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, { readonly mask: boolean; readonly zIndex: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{ readonly mask: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2026; }; }>> & Readonly<{ onClick?: ((args_0: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (args_0: MouseEvent) => any; }, string, { readonly mask: boolean; readonly zIndex: number; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }) & import('vue').Plugin; export default MtOverlay;