sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
11 lines (10 loc) • 572 B
TypeScript
import { type ToastAgentProps } from './common';
declare const _default: import("vue").DefineComponent<ToastAgentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToastAgentProps> & Readonly<{}>, {
type: "text" | "loading" | "success" | "fail";
id: string;
position: "top" | "center" | "bottom";
duration: number;
overlay: boolean;
timeout: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;