first commit
This commit is contained in:
23
node_modules/vant/lib/skeleton-avatar/index.d.ts
generated
vendored
Normal file
23
node_modules/vant/lib/skeleton-avatar/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
export declare const SkeletonAvatar: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||||
avatarSize: (NumberConstructor | StringConstructor)[];
|
||||
avatarShape: {
|
||||
type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
|
||||
default: import("./SkeletonAvatar").SkeletonAvatarShape;
|
||||
};
|
||||
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
avatarSize: (NumberConstructor | StringConstructor)[];
|
||||
avatarShape: {
|
||||
type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
|
||||
default: import("./SkeletonAvatar").SkeletonAvatarShape;
|
||||
};
|
||||
}>> & Readonly<{}>, {
|
||||
avatarShape: import("./SkeletonAvatar").SkeletonAvatarShape;
|
||||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
||||
export default SkeletonAvatar;
|
||||
export { skeletonAvatarProps } from './SkeletonAvatar';
|
||||
export type { SkeletonAvatarProps, SkeletonAvatarShape, } from './SkeletonAvatar';
|
||||
declare module 'vue' {
|
||||
interface GlobalComponents {
|
||||
VanSkeletonAvatar: typeof SkeletonAvatar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user