You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
352 B

1 month ago
  1. import Space from './src/space.mjs';
  2. export { spaceProps } from './src/space.mjs';
  3. export { spaceItemProps } from './src/item.mjs';
  4. export { useSpace } from './src/use-space.mjs';
  5. import { withInstall } from '../../utils/vue/install.mjs';
  6. const ElSpace = withInstall(Space);
  7. export { ElSpace, ElSpace as default };
  8. //# sourceMappingURL=index.mjs.map