hongluan-ui
Version:
Hongluan Component Library for Vue 3
10 lines (7 loc) • 308 B
JavaScript
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