UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

12 lines (9 loc) 400 B
import { componentInstall } from '../../utils/install.mjs'; import 'song-ui-pro-icon'; import Image from './src/index.vue.mjs'; import imagePreview from './src/preview.vue.mjs'; const XImage = componentInstall(Image); const XImagePreview = componentInstall(imagePreview); var index = { XImage, XImagePreview }; export { XImage, XImagePreview, index as default }; //# sourceMappingURL=index.mjs.map