index.mjs 294 B

123456789
  1. import '../../utils/index.mjs';
  2. import Row from './src/row2.mjs';
  3. export { RowAlign, RowJustify, rowProps } from './src/row.mjs';
  4. import { withInstall } from '../../utils/vue/install.mjs';
  5. const ElRow = withInstall(Row);
  6. export { ElRow, ElRow as default };
  7. //# sourceMappingURL=index.mjs.map