t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
8 lines (4 loc) • 303 B
TypeScript
export type { NotificationPropsType } from './props'
export type { NotificationInstance } from '../../_interface'
export type NotificationType = 'default' | 'primary' | 'success' | 'danger' | 'warning'
export type NotificationPlacementType = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'