UNPKG

t-fighting-design

Version:

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

10 lines (6 loc) 258 B
export type { TagPropsType } from './props' export type TagSizeType = 'large' | 'middle' | 'small' | 'mini' export type TagType = 'default' | 'primary' | 'success' | 'danger' | 'warning' export interface TagCloseEndInterface { (evt: MouseEvent): void }