UNPKG

t-fighting-design

Version:

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

6 lines (3 loc) 202 B
export type { TextPropsType } from './props' export type TextType = 'default' | 'primary' | 'success' | 'danger' | 'warning' export type TextDecorationType = 'overline' | 'line-through' | 'underline'