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

6 lines (5 loc) 231 B
export declare const writeDraft: ((data: unknown, draftKey: string) => void) & { cancel: () => void; }; export declare function readDraft(draftKey: string): unknown; export declare function deleteDraft(draftKey: string): void;