UNPKG

t-fighting-design

Version:

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

8 lines (5 loc) 190 B
export type { DrawerPropsType } from './props' export type DrawerDirectionType = 'left' | 'top' | 'right' | 'bottom' export interface DrawerCallbackInterface { (evt: MouseEvent): void }