UNPKG

@uiw/react-native

Version:
8 lines (7 loc) 238 B
/// <reference types="react" /> import { FormItemsProps } from './types'; interface FormListProps { formListValue: FormItemsProps; } declare const FormList: ({ formListValue, }: FormListProps) => JSX.Element; export default FormList;