UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 207 B
import * as React from 'react'; import { Creatable } from '../generic'; import { FieldProps } from './Field.types'; declare const Field: Creatable<React.FunctionComponent<FieldProps>>; export default Field;