UNPKG

t-fighting-design

Version:

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

8 lines (5 loc) 176 B
export type { SwitchPropsType } from './props' export type SwitchSizeType = 'large' | 'middle' | 'small' export interface SwitchChangeInterface { (target: boolean): void }