1 | export declare const SkeletonAvatar: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | avatarSize: (NumberConstructor | StringConstructor)[];
|
3 | avatarShape: {
|
4 | type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
|
5 | default: import("./SkeletonAvatar").SkeletonAvatarShape;
|
6 | };
|
7 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
8 | avatarSize: (NumberConstructor | StringConstructor)[];
|
9 | avatarShape: {
|
10 | type: import("vue").PropType<import("./SkeletonAvatar").SkeletonAvatarShape>;
|
11 | default: import("./SkeletonAvatar").SkeletonAvatarShape;
|
12 | };
|
13 | }>> & Readonly<{}>, {
|
14 | avatarShape: import("./SkeletonAvatar").SkeletonAvatarShape;
|
15 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
16 | export default SkeletonAvatar;
|
17 | export { skeletonAvatarProps } from './SkeletonAvatar';
|
18 | export type { SkeletonAvatarProps, SkeletonAvatarShape, } from './SkeletonAvatar';
|
19 | declare module 'vue' {
|
20 | interface GlobalComponents {
|
21 | VanSkeletonAvatar: typeof SkeletonAvatar;
|
22 | }
|
23 | }
|