UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ reusable Material UI components for React Hook Form to minimize your time and effort in creating and styling forms

12 lines (11 loc) 384 B
/** * Function to generate easy-to-read form labels from a given string. * * Examples - * "fullName" to "Full Name" * "last_name" to "Last Name" * "parseJSONData" to "Parse JSON Data" * "enable_HTTP_Config" to "Enable HTTP Config" */ export declare function fieldNameToLabel(str: string): string; export declare function generateLabelValueErrMsg(formElement: string): string;