UNPKG

sard-uniapp

Version:

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

32 lines (31 loc) 1.24 kB
import { type ToastAgentProps } from './common'; import { type TransitionHookName } from '../../use'; declare const _default: import("vue").DefineComponent<ToastAgentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { [x: string]: any; } & { [x: string]: any; }, string, import("vue").PublicProps, Readonly<ToastAgentProps> & Readonly<{ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined; }>, { timeout: number; rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null; rootClass: string; type: "text" | "loading" | "success" | "fail"; title: string | number; visible: boolean; id: string; overlay: boolean; duration: number; transparent: boolean; onVisibleHook: (name: TransitionHookName) => void; onBeforeEnter: () => void; onEnter: () => void; onAfterEnter: () => void; onEnterCancelled: () => void; onBeforeLeave: () => void; onLeave: () => void; onAfterLeave: () => void; onLeaveCancelled: () => void; position: "top" | "center" | "bottom"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;