UNPKG

hongluan-ui

Version:
10 lines (7 loc) 271 B
import '../../utils/index.mjs'; import Row from './src/row.mjs'; export { rowProps } from './src/row.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const HlRow = withInstall(Row); export { HlRow, HlRow as default }; //# sourceMappingURL=index.mjs.map