UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

41 lines (40 loc) 1.91 kB
import { default as _Skeleton } from './src/index.vue'; export declare const Skeleton: import('../withInstall').SFCWithInstall<{ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { height: string; width: string; round: boolean; loading: boolean; row: string | number; avatarStyle: import('./src/types').SkeletonAvatar; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./src/types').Props> & Readonly<{}>, {}, {}, {}, {}, { height: string; width: string; round: boolean; loading: boolean; row: string | number; avatarStyle: import('./src/types').SkeletonAvatar; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { height: string; width: string; round: boolean; loading: boolean; row: string | number; avatarStyle: import('./src/types').SkeletonAvatar; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; })> & Record<string, any>; export type SkeletonInstance = InstanceType<typeof _Skeleton>;