UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

5 lines (4 loc) 284 B
import React from 'react'; import type { InputProps } from '../../../types'; declare const UploadFieldForm: React.ForwardRefExoticComponent<Omit<InputProps & React.InputHTMLAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>; export default UploadFieldForm;