UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

9 lines (8 loc) 272 B
import { TdLoadingProps } from './type'; import './style'; export * from './type'; export * from './plugin'; export declare type LoadingProps = TdLoadingProps; export { default as LoadingPlugin } from './plugin'; export declare const Loading: any; export default Loading;