UNPKG

t-fighting-design

Version:

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

8 lines (5 loc) 168 B
export type { SwapPropsType } from './props' export type SwapType = 'sound' | 'swap' | 'default' export interface SwapOnChangeInterface { (target: boolean): void }