UNPKG

@uiw/react-native

Version:
5 lines (4 loc) 176 B
/// <reference types="react" /> import { FormProps } from './types'; declare const FormItems: ({ schema }: Pick<FormProps, 'schema'>) => JSX.Element; export default FormItems;