UNPKG

t-fighting-design

Version:

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

8 lines (5 loc) 198 B
export type { PopupPropsType } from './props' export type PopupDirectionType = 'left' | 'right' | 'top' | 'bottom' | 'center' export interface PopupCallbackInterface { (evt: MouseEvent): void }