UNPKG

sard-uniapp

Version:

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

21 lines (20 loc) 837 B
import { type ToastProps } from './common'; declare const _default: import("vue").DefineComponent<ToastProps, { reHideLater: () => void; cancelHide: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:visible": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly<ToastProps> & Readonly<{ "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, { type: "text" | "loading" | "success" | "fail"; position: "top" | "center" | "bottom"; duration: number; overlay: boolean; timeout: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; export declare const mapIdToast: Record<string, { show(props: Record<string, any>): void; hide(): void; }>;