react-hook-form-mantine
Version:
React hook form wrapper for Mantine components
13 lines (12 loc) • 325 B
TypeScript
export declare const ADDON_ID = "storybookjs/rhf";
export declare const PANEL_ID = "storybookjs/rhf/panel";
export declare const PARAM_KEY = "form";
export declare const EVENTS: {
RESULT: string;
ERROR: string;
DIRTY: string;
FORM_STATE: string;
REQUEST: string;
CLEAR: string;
SUBMIT: string;
};