You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
356 B

import '../../utils/index.mjs';
import ImageViewer from './src/image-viewer2.mjs';
export { imageViewerEmits, imageViewerProps } from './src/image-viewer.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElImageViewer = withInstall(ImageViewer);
export { ElImageViewer, ElImageViewer as default };
//# sourceMappingURL=index.mjs.map