UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 155 B
import { FC } from 'react'; import { TreeProps } from './type'; declare const Tree: FC<TreeProps>; export default Tree; //# sourceMappingURL=index.d.ts.map