UNPKG

tdesign-vue-next

Version:
33 lines (32 loc) 1.21 kB
import { PropType } from 'vue'; import { ImageInfo } from '../type'; declare const _default: import("vue").DefineComponent<{ zIndex: NumberConstructor; scale: NumberConstructor; onRotate: PropType<() => void>; onZoomIn: PropType<() => void>; onZoomOut: PropType<() => void>; onMirror: PropType<() => void>; onReset: PropType<() => void>; onDownload: PropType<(url: string) => void>; currentImage: { type: PropType<ImageInfo>; default(): {}; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ zIndex: NumberConstructor; scale: NumberConstructor; onRotate: PropType<() => void>; onZoomIn: PropType<() => void>; onZoomOut: PropType<() => void>; onMirror: PropType<() => void>; onReset: PropType<() => void>; onDownload: PropType<(url: string) => void>; currentImage: { type: PropType<ImageInfo>; default(): {}; }; }>>, { currentImage: ImageInfo; }, {}>; export default _default;