comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
113 lines (112 loc) • 3.99 kB
TypeScript
export declare const CuSkeleton: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly rows: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly animated: BooleanConstructor;
readonly loading: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly throttle: {
readonly type: NumberConstructor;
readonly default: 0;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly rows: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly animated: BooleanConstructor;
readonly loading: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly throttle: {
readonly type: NumberConstructor;
readonly default: 0;
};
}>> & Readonly<{}>, {
readonly count: number;
readonly loading: boolean;
readonly animated: boolean;
readonly rows: number;
readonly throttle: number;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly rows: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly animated: BooleanConstructor;
readonly loading: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly throttle: {
readonly type: NumberConstructor;
readonly default: 0;
};
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly count: number;
readonly loading: boolean;
readonly animated: boolean;
readonly rows: number;
readonly throttle: number;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly rows: {
readonly type: NumberConstructor;
readonly default: 4;
};
readonly animated: BooleanConstructor;
readonly loading: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly count: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly throttle: {
readonly type: NumberConstructor;
readonly default: 0;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly count: number;
readonly loading: boolean;
readonly animated: boolean;
readonly rows: number;
readonly throttle: number;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
template?(_: {}): any;
default?(_: {
[x: string]: unknown;
}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};