tdesign-mobile-vue
Version:
tdesign-mobile-vue
11 lines (10 loc) • 380 B
TypeScript
import _Loading from './loading';
import { WithInstallType } from '../shared';
import { TdLoadingProps } from './type';
import './style';
export * from './type';
export * from './plugin';
export { default as LoadingPlugin } from './plugin';
export declare type LoadingProps = TdLoadingProps;
export declare const Loading: WithInstallType<typeof _Loading>;
export default Loading;