tdesign-mobile-vue
Version:
tdesign-mobile-vue
112 lines (111 loc) • 4.11 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
attach: {
type: import("vue").PropType<import("@/components").TdLoadingProps['attach']>;
default: import("@/components").TdLoadingProps['attach'];
};
content: {
type: import("vue").PropType<import("@/components").TdLoadingProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdLoadingProps['default']>;
};
delay: {
type: NumberConstructor;
default: number;
};
duration: {
type: NumberConstructor;
default: number;
};
fullscreen: BooleanConstructor;
indicator: {
type: import("vue").PropType<import("@/components").TdLoadingProps['indicator']>;
default: import("@/components").TdLoadingProps['indicator'];
};
inheritColor: BooleanConstructor;
layout: {
type: import("vue").PropType<import("@/components").TdLoadingProps['layout']>;
default: import("@/components").TdLoadingProps['layout'];
validator(val: import("@/components").TdLoadingProps['layout']): boolean;
};
loading: {
type: BooleanConstructor;
default: boolean;
};
pause: BooleanConstructor;
reverse: BooleanConstructor;
size: {
type: StringConstructor;
default: string;
};
text: {
type: import("vue").PropType<import("@/components").TdLoadingProps['text']>;
};
theme: {
type: import("vue").PropType<import("@/components").TdLoadingProps['theme']>;
default: import("@/components").TdLoadingProps['theme'];
validator(val: import("@/components").TdLoadingProps['theme']): boolean;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
attach: {
type: import("vue").PropType<import("@/components").TdLoadingProps['attach']>;
default: import("@/components").TdLoadingProps['attach'];
};
content: {
type: import("vue").PropType<import("@/components").TdLoadingProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdLoadingProps['default']>;
};
delay: {
type: NumberConstructor;
default: number;
};
duration: {
type: NumberConstructor;
default: number;
};
fullscreen: BooleanConstructor;
indicator: {
type: import("vue").PropType<import("@/components").TdLoadingProps['indicator']>;
default: import("@/components").TdLoadingProps['indicator'];
};
inheritColor: BooleanConstructor;
layout: {
type: import("vue").PropType<import("@/components").TdLoadingProps['layout']>;
default: import("@/components").TdLoadingProps['layout'];
validator(val: import("@/components").TdLoadingProps['layout']): boolean;
};
loading: {
type: BooleanConstructor;
default: boolean;
};
pause: BooleanConstructor;
reverse: BooleanConstructor;
size: {
type: StringConstructor;
default: string;
};
text: {
type: import("vue").PropType<import("@/components").TdLoadingProps['text']>;
};
theme: {
type: import("vue").PropType<import("@/components").TdLoadingProps['theme']>;
default: import("@/components").TdLoadingProps['theme'];
validator(val: import("@/components").TdLoadingProps['theme']): boolean;
};
}>> & Readonly<{}>, {
attach: import("@/common").AttachNode;
delay: number;
duration: number;
fullscreen: boolean;
indicator: boolean | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
inheritColor: boolean;
layout: "horizontal" | "vertical";
loading: boolean;
pause: boolean;
reverse: boolean;
size: string;
theme: "circular" | "dots" | "spinner";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;