UNPKG

formik-pf

Version:

A UI library that provides formik bindings with PF components.

5 lines (4 loc) 349 B
import React from 'react'; import { BaseInputFieldProps } from '../BaseFields/BaseInputField'; declare const FileUploadField: React.ForwardRefExoticComponent<Omit<Omit<BaseInputFieldProps, "type"> & Omit<import("@patternfly/react-core").FileUploadProps, "validated">, "ref"> & React.RefAttributes<HTMLInputElement>>; export default FileUploadField;