import type { HandleEvent } from '../../_interface'; import type { PopupDirection } from './interface'; import type { Validator, BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly visible: { readonly required: true; readonly type: BooleanConstructor; readonly default: () => boolean; readonly validator?: Validator | undefined; }; readonly appendToBody: BasicType; readonly showMask: BasicType; readonly maskClose: BasicType; readonly maskBlur: BasicType; readonly zIndex: BasicType; readonly maskBackground: BasicType, string | null>; readonly maskOpacity: BasicType; readonly direction: BasicType, PopupDirection | null>; readonly popupSize: BasicType, string | number | null>; readonly padding: BasicType, string | number | null>; readonly onOpen: BasicType, null>; /** * 关闭动画结束执行的回调 * * @param { Object } evt 事件对象 */ readonly onClose: BasicType, null>; readonly onOpenEnd: BasicType, null>; readonly onCloseEnd: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (visible: boolean) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly boolean; readonly validator?: Validator | undefined; }; readonly appendToBody: BasicType; readonly showMask: BasicType; readonly maskClose: BasicType; readonly maskBlur: BasicType; readonly zIndex: BasicType; readonly maskBackground: BasicType, string | null>; readonly maskOpacity: BasicType; readonly direction: BasicType, PopupDirection | null>; readonly popupSize: BasicType, string | number | null>; readonly padding: BasicType, string | number | null>; readonly onOpen: BasicType, null>; /** * 关闭动画结束执行的回调 * * @param { Object } evt 事件对象 */ readonly onClose: BasicType, null>; readonly onOpenEnd: BasicType, null>; readonly onCloseEnd: BasicType, null>; }>> & { "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }, { readonly onClose: HandleEvent; readonly padding: string | number; readonly zIndex: number; readonly direction: PopupDirection; readonly appendToBody: boolean; readonly showMask: boolean; readonly maskClose: boolean; readonly maskBlur: boolean; readonly onOpen: HandleEvent; readonly onOpenEnd: HandleEvent; readonly onCloseEnd: HandleEvent; readonly maskBackground: string; readonly maskOpacity: number; readonly popupSize: string | number; }>; export default _sfc_main;