UNPKG

tdesign-mobile-vue

Version:
11 lines (10 loc) 380 B
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;