UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Result from './result'; import { WithInstallType } from '../shared'; import './style'; import { TdResultProps } from './type'; export * from './type'; export declare type ResultProps = TdResultProps; export declare const Result: WithInstallType<typeof _Result>; export default Result;