UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

10 lines (6 loc) 246 B
export type { AlertPropsType } from './props' export type AlertType = 'primary' | 'success' | 'danger' | 'warning' | 'default' export type AlertOverflowType = 'hidden' | '' export interface AlertCloseEndInterface { (evt: MouseEvent): void }