UNPKG

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