UNPKG

@kbgarcia8/react-dynamic-form

Version:

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

5 lines 333 B
import React from "react"; import type { LabeledCheckboxOrRadio, LabeledTextLike } from "../../../type/propTypes"; declare const LabeledInput: (props: React.PropsWithChildren<LabeledCheckboxOrRadio | LabeledTextLike>) => import("react/jsx-runtime").JSX.Element; export default LabeledInput; //# sourceMappingURL=LabeledInput.d.ts.map