UNPKG

@kbgarcia8/react-dynamic-form

Version:

A form that can be nested with editable, expandable and flexible input-forms

5 lines 271 B
import React from "react"; import type { InputProps } from "../../../type/propTypes"; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement | HTMLTextAreaElement>>; export default Input; //# sourceMappingURL=Input.d.ts.map