UNPKG

1.08 kBTypeScriptView Raw
1import { ExtractPropTypes } from 'vue';
2declare const skeletonTitleProps: {
3 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
4 default: string;
5 };
6 width: import("vue-types").VueTypeDef<import("../_util/type").Key>;
7};
8export declare const SkeletonTitleProps: import("vue-types").VueTypeShape<{
9 prefixCls: string;
10 width: import("../_util/type").Key;
11}>;
12export declare type ISkeletonTitleProps = Partial<ExtractPropTypes<typeof skeletonTitleProps>>;
13declare const Title: import("vue").DefineComponent<{
14 prefixCls: import("vue-types").VueTypeValidableDef<string> & {
15 default: string;
16 };
17 width: import("vue-types").VueTypeDef<import("../_util/type").Key>;
18}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
19 prefixCls: string;
20} & {
21 width?: import("../_util/type").Key;
22}>, {
23 prefixCls: string;
24}>;
25export default Title;