@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
29 lines (28 loc) • 877 B
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
loading: {
type: BooleanConstructor;
default: boolean;
};
animation: {
type: BooleanConstructor;
default: boolean;
};
}>, {
prefixCls: string;
cls: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
loading: {
type: BooleanConstructor;
default: boolean;
};
animation: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{}>, {
loading: boolean;
animation: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;