UNPKG

@td-design/react-native

Version:

react-native UI组件库

4 lines 232 B
import { ComponentProps, ComponentType } from 'react'; declare const renderNode: (Component: ComponentType, content: any, defaultProps: ComponentProps<any>) => any; export default renderNode; //# sourceMappingURL=renderNode.d.ts.map