sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
18 lines (17 loc) • 764 B
TypeScript
import { type NotifyProps } from './common';
declare const _default: import("vue").DefineComponent<NotifyProps, {
reHideLater: () => void;
cancelHide: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
click: (event: any) => any;
"update:visible": (event: any) => any;
}, string, import("vue").PublicProps, Readonly<NotifyProps> & Readonly<{
onClick?: ((event: any) => any) | undefined;
"onUpdate:visible"?: ((event: any) => any) | undefined;
}>, {
type: "primary" | "success" | "warning" | "error";
position: "top" | "bottom";
duration: number;
timeout: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;