UNPKG

swiftui-react-native

Version:

A React Native component library inspired by SwiftUI

4 lines (3 loc) 162 B
import React from 'react'; import { ListProps } from './types'; export declare function List<T>({ style, children, ...modifiers }: ListProps): React.JSX.Element;