UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import _Empty from './empty'; import { WithInstallType } from '../shared'; import './style'; import { TdEmptyProps } from './type'; export * from './type'; export declare type EmptyProps = TdEmptyProps; export declare const Empty: WithInstallType<typeof _Empty>; export default Empty;