UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

3 lines (2 loc) 224 B
import { ReactElement } from 'react'; export declare const ForEach: <T>(iterable: T[], renderFn: (element: T, index: number) => ReactElement<any>) => ReactElement<any, string | import("react").JSXElementConstructor<any>>[];