forked from fdzcxy212206413/gsl_grs
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.
15 lines
533 B
15 lines
533 B
import '../../utils/index.mjs';
|
|
import Skeleton from './src/skeleton2.mjs';
|
|
import SkeletonItem from './src/skeleton-item2.mjs';
|
|
export { skeletonProps } from './src/skeleton.mjs';
|
|
export { skeletonItemProps } from './src/skeleton-item.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElSkeleton = withInstall(Skeleton, {
|
|
SkeletonItem
|
|
});
|
|
const ElSkeletonItem = withNoopInstall(SkeletonItem);
|
|
|
|
export { ElSkeleton, ElSkeletonItem, ElSkeleton as default };
|
|
//# sourceMappingURL=index.mjs.map
|