vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
11 lines (10 loc) • 696 B
TypeScript
import { default as _Overlay } from './src/index.vue';
export declare const Overlay: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
zIndex: number;
maskClose: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>> & Record<string, any>;
export type OverlayInstance = InstanceType<typeof _Overlay>;