@kbgarcia8/react-dynamic-form
Version:
A form that can be nested with editable, expandable and flexible input-forms
5 lines • 333 B
TypeScript
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