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.

9 lines (8 loc) 238 B
//#region src/common/constants.ts /** * Default value for the select all option in RHFMultiAutocomplete * and RHFMultiAutocompleteObject components. */ const selectAllOptionValue = "__ALL__"; //#endregion export { selectAllOptionValue };