1 | export declare const Loading: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | size: (NumberConstructor | StringConstructor)[];
|
3 | type: {
|
4 | type: import("vue").PropType<import("./Loading").LoadingType>;
|
5 | default: import("./Loading").LoadingType;
|
6 | };
|
7 | color: StringConstructor;
|
8 | vertical: BooleanConstructor;
|
9 | textSize: (NumberConstructor | StringConstructor)[];
|
10 | textColor: StringConstructor;
|
11 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
12 | size: (NumberConstructor | StringConstructor)[];
|
13 | type: {
|
14 | type: import("vue").PropType<import("./Loading").LoadingType>;
|
15 | default: import("./Loading").LoadingType;
|
16 | };
|
17 | color: StringConstructor;
|
18 | vertical: BooleanConstructor;
|
19 | textSize: (NumberConstructor | StringConstructor)[];
|
20 | textColor: StringConstructor;
|
21 | }>> & Readonly<{}>, {
|
22 | type: import("./Loading").LoadingType;
|
23 | vertical: boolean;
|
24 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
25 | export default Loading;
|
26 | export { loadingProps } from './Loading';
|
27 | export type { LoadingType, LoadingProps } from './Loading';
|
28 | export type { LoadingThemeVars } from './types';
|
29 | declare module 'vue' {
|
30 | interface GlobalComponents {
|
31 | VanLoading: typeof Loading;
|
32 | }
|
33 | }
|