song-ui-u
Version:
vue3 + js的PC前端组件库
15 lines (12 loc) • 371 B
JavaScript
import Select from './src/select.mjs';
import Option from './src/option.mjs';
import { componentInstall } from '../../utils/install.mjs';
import 'song-ui-pro-icon';
const XSelect = componentInstall(Select);
const XOption = componentInstall(Option);
var index = {
XSelect,
XOption
};
export { XOption, XSelect, index as default };
//# sourceMappingURL=index.mjs.map