UNPKG

@explita/daily-toolset-form

Version:

A lightweight form toolkit for React built with developer ergonomics in mind. Includes a flexible Form component, useForm, useField, and useFormContext hooks for managing form state and validation with ease. Designed to simplify complex forms while remain

4 lines (3 loc) 149 B
import * as React from "react"; declare function Label({ className, ...props }: React.ComponentProps<"label">): React.JSX.Element; export { Label };