UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

45 lines (44 loc) 1.76 kB
import { type PopupAgentProps, type PopupAgentSlots } from './common'; import { type TransitionHookName } from '../../use'; declare function __VLS_template(): Readonly<PopupAgentSlots> & PopupAgentSlots; declare const __VLS_component: import("vue").DefineComponent<PopupAgentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { [x: string]: any; } & { [x: string]: any; }, string, import("vue").PublicProps, Readonly<PopupAgentProps> & Readonly<{ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined; }>, { rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null; rootClass: string; visible: boolean; duration: number; effect: "slide-top" | "slide-right" | "slide-bottom" | "slide-left" | "zoom" | "fade" | "full-fade"; overlay: boolean; overlayClass: string; overlayStyle: string; background: string; transparent: boolean; keepRender: boolean; overlayClosable: boolean; lockScroll: boolean; backPress: "close" | "back"; id: string; onVisibleHook: (name: TransitionHookName) => void; onBeforeEnter: () => void; onEnter: () => void; onAfterEnter: () => void; onEnterCancelled: () => void; onBeforeLeave: () => void; onLeave: () => void; onAfterLeave: () => void; onLeaveCancelled: () => void; onOverlayClick: (event: any) => void; onBackPress: () => void; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };