UNPKG

t-fighting-design

Version:

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

6 lines (3 loc) 179 B
export type { DividerPropsType } from './props' export type DividerPositionType = 'left' | 'center' | 'right' export type DividerType = 'dashed' | 'dotted' | 'double' | 'solid'