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.

13 lines
501 B

1 month ago
  1. import Skeleton from './src/skeleton2.mjs';
  2. import SkeletonItem from './src/skeleton-item2.mjs';
  3. export { skeletonProps } from './src/skeleton.mjs';
  4. export { skeletonItemProps } from './src/skeleton-item.mjs';
  5. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  6. const ElSkeleton = withInstall(Skeleton, {
  7. SkeletonItem
  8. });
  9. const ElSkeletonItem = withNoopInstall(SkeletonItem);
  10. export { ElSkeleton, ElSkeletonItem, ElSkeleton as default };
  11. //# sourceMappingURL=index.mjs.map