vue-devui
Version:
DevUI components based on Vite and Vue3
17 lines (16 loc) • 671 B
TypeScript
import type { PropType } from 'vue';
import { NotificationType } from './notification-types';
declare const _default: import("vue").DefineComponent<{
type: {
type: PropType<NotificationType>;
default: string;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: PropType<NotificationType>;
default: string;
};
}>>, {
type: NotificationType;
}>;
export default _default;