tdesign-react
Version:
TDesign Component for React
8 lines (7 loc) • 352 B
TypeScript
import './style/index.js';
export type { LoadingProps } from './Loading';
export * from './type';
export declare const Loading: import("react").FC<import("./Loading").LoadingProps>;
export declare const loading: import("./plugin").LoadingPluginMethod;
export declare const LoadingPlugin: import("./plugin").LoadingPluginMethod;
export default Loading;