UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

3 lines (2 loc) 93 B
import { ListProps } from './types'; export declare function List<T>(props: ListProps): any;