tdesign-vue-next
Version:
TDesign Component for vue-next
48 lines (47 loc) • 1.12 kB
TypeScript
import { TdLoadingProps } from './type';
import { PropType } from 'vue';
declare const _default: {
attach: {
type: PropType<TdLoadingProps["attach"]>;
default: TdLoadingProps["attach"];
};
content: {
type: PropType<TdLoadingProps["content"]>;
};
default: {
type: PropType<TdLoadingProps["default"]>;
};
delay: {
type: NumberConstructor;
default: number;
};
fullscreen: BooleanConstructor;
indicator: {
type: PropType<TdLoadingProps["indicator"]>;
default: TdLoadingProps["indicator"];
};
inheritColor: BooleanConstructor;
loading: {
type: BooleanConstructor;
default: boolean;
};
preventScrollThrough: {
type: BooleanConstructor;
default: boolean;
};
showOverlay: {
type: BooleanConstructor;
default: boolean;
};
size: {
type: StringConstructor;
default: string;
};
text: {
type: PropType<TdLoadingProps["text"]>;
};
zIndex: {
type: NumberConstructor;
};
};
export default _default;