UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 20+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.

7 lines (6 loc) 230 B
//#region src/utils/control.ts function keepLabelAboveFormField(showLabelAboveFormField, allLabelsAboveFields) { return Boolean(showLabelAboveFormField ?? allLabelsAboveFields); } //#endregion export { keepLabelAboveFormField };