UNPKG

react-super

Version:
8 lines (7 loc) 179 B
interface Props { item: any; children: any; dataSource: any; } export default function renderChildrenDataClean({ item, dataSource, children }: Props): any; export {};