版博士V2.0程序
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.
 
 
 
 

12 lines
360 B

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