UNPKG

t-fighting-design

Version:

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

13 lines (9 loc) 281 B
export type { ToolbarPropsType } from './props' export type ToolbarType = 'large' | 'middle' | 'small' | 'mini' interface ToolbarClickEmitInterface { evt: Event key: string | undefined } export interface ToolbarClickInterface { (target: ToolbarClickEmitInterface): void }