UNPKG

t-fighting-design

Version:

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

8 lines (4 loc) 250 B
export type { LinkPropsType } from './props' export type LinkType = 'default' | 'primary' | 'success' | 'danger' | 'warning' export type LinkTargetType = '_self' | '_blank' | '_parent' | '_top' | '' export type LinkHoverType = 'line' | 'bag' | ''