UNPKG

1.53 kBTypeScriptView Raw
1import { ExtractPropTypes } from 'vue';
2declare const skeletonParagraphProps: {
3 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
4 default: string;
5 };
6 width: import("vue-types").VueTypeDef<string | number | import("../_util/type").Key[]>;
7 rows: import("vue-types").VueTypeValidableDef<number> & {
8 default: number;
9 };
10};
11export declare const SkeletonParagraphProps: import("vue-types").VueTypeShape<{
12 prefixCls: string;
13 width: string | number | import("../_util/type").Key[] | (() => import("../_util/type").Key[]);
14 rows: number;
15}>;
16export declare type ISkeletonParagraphProps = Partial<ExtractPropTypes<typeof skeletonParagraphProps>>;
17declare const Paragraph: import("vue").DefineComponent<{
18 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
19 default: string;
20 };
21 width: import("vue-types").VueTypeDef<string | number | import("../_util/type").Key[]>;
22 rows: import("vue-types").VueTypeValidableDef<number> & {
23 default: number;
24 };
25}, unknown, unknown, {}, {
26 getWidth(index: number): import("../_util/type").Key;
27}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
28 prefixCls: string;
29 rows: number;
30} & {
31 width?: string | number | import("../_util/type").Key[];
32}>, {
33 prefixCls: string;
34 rows: number;
35}>;
36export default Paragraph;
37
\No newline at end of file