UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

48 lines (47 loc) 2.15 kB
import { default as _ConfirmPopup } from './src/index.vue'; export declare const ConfirmPopup: import('../withInstall').SFCWithInstall<{ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; ok: (...args: any[]) => void; }, import('vue').PublicProps, { content: string; shadow: boolean; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { confirmEl: HTMLDivElement; confirmPopupEl: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./src/types').Props> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { content: string; shadow: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; ok: (...args: any[]) => void; }, string, { content: string; shadow: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; content?(_: {}): any; }; })> & Record<string, any>; export type ConfirmPopupPickerInstance = InstanceType<typeof _ConfirmPopup>;