UNPKG

t-fighting-design

Version:

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

8 lines (5 loc) 203 B
export type { ImagePropsType } from './props' export type ImageFitType = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down' | '' export interface ImageCallBackInterface { (evt: MouseEvent): void }