nicecode-v2/packages/meta/lib/ImageEditor/index.d.ts
2024-01-10 15:15:12 +08:00

5 lines
330 B
TypeScript

export { default as Cropper } from './cropper';
export { default as Viewer } from './viewer';
export { EVENT_CROP_CHANGE, EVENT_CROP_START, EVENT_CROP_END } from './cropper/constants';
export { EVENT_VIEWER_TRANSFORM_CHANGE, EVENT_VIEWER_READY, EVENT_VIEWER_ERROR, EVENT_SHAPE_SELECT, EVENT_EYE_DONE, } from './viewer/constants';