UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

17 lines (16 loc) 576 B
import type { PropType } from 'vue'; import { NotificationType } from './notification-types'; declare const _default: import("vue").DefineComponent<{ type: { type: PropType<NotificationType>; default: string; }; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ type: { type: PropType<NotificationType>; default: string; }; }>>, { type: NotificationType; }, {}>; export default _default;