UNPKG

t-fighting-design

Version:

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

7 lines (6 loc) 226 B
import type { UseOperationImgReturnInterface as c } from './interface'; /** * 用于 image-preview 组件的图片操作 hooks * @returns { UseOperationImgReturnInterface } */ export declare const useOperationImg: () => c;