@kbgarcia8/react-dynamic-form
Version:
A form that can be nested with editable, expandable and flexible input-forms
5 lines • 341 B
TypeScript
import React from "react";
import type { LabelProps } from "../../../type/propTypes";
declare const Label: ({ htmlFor, textLabel, additionalInfo, $labelFlexDirection, source, svg, className, children }: React.PropsWithChildren<LabelProps>) => import("react/jsx-runtime").JSX.Element;
export default Label;
//# sourceMappingURL=Label.d.ts.map