vue3-ciallo-viewer
Version:
17 lines (16 loc) • 783 B
TypeScript
import { CialloItemProps, Position } from '../type/Types';
import { Ref } from 'vue';
declare const _default: import('vue').DefineComponent<CialloItemProps, {
reSetImageStatus: () => void;
viewInstance: Ref<HTMLElement | null, HTMLElement | null>;
centerPosition: Position;
close: () => void;
move: (x: number, y: number) => void;
open: () => void;
boundaryCalculation: (x: number, y: number) => void;
moveToCenter: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CialloItemProps> & Readonly<{}>, {
duration: number;
scaleFactor: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;