UNPKG

@nestledjs/forms

Version:

A flexible React form library supporting both declarative and imperative usage patterns with TypeScript support

8 lines (7 loc) 226 B
interface FormLabelProps { htmlFor: string; label: string; required?: boolean; } export declare function FormLabel({ htmlFor, label, required }: FormLabelProps): import("react/jsx-runtime").JSX.Element; export {};