UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

24 lines (23 loc) 1.02 kB
import './notification.scss'; declare const _default: import("vue").DefineComponent<{ type: import("./notification-types").NotificationType; title: string; duration: number; modelValue: boolean; onClose?: (() => void) | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "destroy")[], "update:modelValue" | "destroy", import("vue").PublicProps, Readonly<{ type: import("./notification-types").NotificationType; title: string; duration: number; modelValue: boolean; onClose?: (() => void) | undefined; }> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDestroy?: ((...args: any[]) => any) | undefined; }>, { type: import("./notification-types").NotificationType; title: string; duration: number; modelValue: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;