UNPKG

hongluan-ui

Version:
10 lines (7 loc) 308 B
import '../../utils/index.mjs'; import Select from './src/select.mjs'; export { selectGroupKey, selectKey } from './src/token.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const HlSelect = withInstall(Select); export { HlSelect, HlSelect as default }; //# sourceMappingURL=index.mjs.map