UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

128 lines (127 loc) 4.69 kB
export type { Props } from './Dialog'; declare const _default: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Dialog').Props> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; "onUpdate:open"?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: (...args: any[]) => void; "update:open": (...args: any[]) => void; ok: (...args: any[]) => void; }, import('vue').PublicProps, { footer: boolean; title: string; width: string | number; height: string | number; top: string | number; content: string; contentStyle: import('vue').CSSProperties; keyboard: boolean; transformOrigin: "mouse" | "center"; open: boolean; scrollbarProps: object; bodyStyle: import('vue').CSSProperties; titleStyle: import('vue').CSSProperties; cancelText: string; bodyClass: string; cancelProps: object; okText: string; okType: "primary" | "danger"; okProps: object; destroyOnClose: boolean; switchFullscreen: boolean; centered: boolean; confirmLoading: boolean; blockScroll: boolean; maskClosable: boolean; maskStyle: import('vue').CSSProperties; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { dialogRef: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./Dialog').Props> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; "onUpdate:open"?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { footer: boolean; title: string; width: string | number; height: string | number; top: string | number; content: string; contentStyle: import('vue').CSSProperties; keyboard: boolean; transformOrigin: "mouse" | "center"; open: boolean; scrollbarProps: object; bodyStyle: import('vue').CSSProperties; titleStyle: import('vue').CSSProperties; cancelText: string; bodyClass: string; cancelProps: object; okText: string; okType: "primary" | "danger"; okProps: object; destroyOnClose: boolean; switchFullscreen: boolean; centered: boolean; confirmLoading: boolean; blockScroll: boolean; maskClosable: boolean; maskStyle: import('vue').CSSProperties; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./Dialog').Props> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; "onUpdate:open"?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: (...args: any[]) => void; "update:open": (...args: any[]) => void; ok: (...args: any[]) => void; }, string, { footer: boolean; title: string; width: string | number; height: string | number; top: string | number; content: string; contentStyle: import('vue').CSSProperties; keyboard: boolean; transformOrigin: "mouse" | "center"; open: boolean; scrollbarProps: object; bodyStyle: import('vue').CSSProperties; titleStyle: import('vue').CSSProperties; cancelText: string; bodyClass: string; cancelProps: object; okText: string; okType: "primary" | "danger"; okProps: object; destroyOnClose: boolean; switchFullscreen: boolean; centered: boolean; confirmLoading: boolean; blockScroll: boolean; maskClosable: boolean; maskStyle: import('vue').CSSProperties; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { title?(_: {}): any; title?(_: {}): any; default?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; footer?(_: {}): any; }; }) & import('vue').Plugin; export default _default;