first commit
This commit is contained in:
10
node_modules/vant/es/skeleton-avatar/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/skeleton-avatar/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _SkeletonAvatar from "./SkeletonAvatar.mjs";
|
||||
const SkeletonAvatar = withInstall(_SkeletonAvatar);
|
||||
var stdin_default = SkeletonAvatar;
|
||||
import { skeletonAvatarProps } from "./SkeletonAvatar.mjs";
|
||||
export {
|
||||
SkeletonAvatar,
|
||||
stdin_default as default,
|
||||
skeletonAvatarProps
|
||||
};
|
||||
Reference in New Issue
Block a user