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