@minto-ai/mt-ui
Version:
UI组件库
73 lines (72 loc) • 2.86 kB
TypeScript
export declare const MtLoading: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly type: {
readonly type: import('vue').PropType<"spinner" | "dots">;
readonly validator: (value: string) => boolean;
readonly default: "spinner";
};
readonly size: {
readonly type: NumberConstructor;
readonly default: 42;
};
readonly text: {
readonly type: StringConstructor;
readonly default: "";
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
readonly size: number;
readonly type: "spinner" | "dots";
readonly text: string;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly type: {
readonly type: import('vue').PropType<"spinner" | "dots">;
readonly validator: (value: string) => boolean;
readonly default: "spinner";
};
readonly size: {
readonly type: NumberConstructor;
readonly default: 42;
};
readonly text: {
readonly type: StringConstructor;
readonly default: "";
};
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly size: number;
readonly type: "spinner" | "dots";
readonly text: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly type: {
readonly type: import('vue').PropType<"spinner" | "dots">;
readonly validator: (value: string) => boolean;
readonly default: "spinner";
};
readonly size: {
readonly type: NumberConstructor;
readonly default: 42;
};
readonly text: {
readonly type: StringConstructor;
readonly default: "";
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly size: number;
readonly type: "spinner" | "dots";
readonly text: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
default?(_: {}): any;
};
}) & import('vue').Plugin;
export default MtLoading;