mui-simple
Version:
Override mui-v7 components to simplify usage
20 lines • 757 B
TypeScript
export declare const useAutocompleteOptionsHook: ({ CREATION_PREFIX_LABEL, creationAllowed, filterOptions: _filterOptions, getOptionLabel: _getOptionLabel, highlightField, highlightSearchResults, options: _options, optionConverter, raiseSelectedToTop, renderOption: _renderOption, sortBy, sortDir, }: {
CREATION_PREFIX_LABEL: any;
creationAllowed: any;
filterOptions: any;
getOptionLabel: any;
highlightField: any;
highlightSearchResults: any;
options: any;
optionConverter: any;
raiseSelectedToTop: any;
renderOption: any;
sortBy: any;
sortDir: any;
}) => {
options: any;
filterOptions: any;
getOptionLabel: any;
renderOption: any;
};
//# sourceMappingURL=useAutocompleteOptions.hook.d.ts.map