UNPKG

t-fighting-design

Version:

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

6 lines (3 loc) 181 B
export type { TooltipPropsType } from './props' export type TooltipPositionType = 'top' | 'bottom' | 'right' | 'left' export type TooltipStateType = 'hover' | 'active' | 'always'