UNPKG

@uiw/react-native

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