@nish1896/rhf-mui-components
Version:
A suite of 25+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.
10 lines (9 loc) • 317 B
JavaScript
//#region src/common/constants.ts
/**
* Default value for the select all option in RHFMultiAutocomplete
* and RHFMultiAutocompleteObject components.
*/
const selectAllOptionValue = "__ALL__";
const defaultSelectAllOptionLabel = "Select All";
//#endregion
export { defaultSelectAllOptionLabel, selectAllOptionValue };