UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

4 lines (3 loc) 486 B
import { AutocompleteProps } from '../../types/autocomplete'; declare const Autocomplete: <T, M extends boolean | undefined = false>({ id, options, getOptionLabel, isOptionEqualToValue, label, placeholder, multiple, handleFiltering, disabled, required, error, helperText, loading, noResultsText, slots, slotProps, value, inputValue, renderOption, onChange, onInputChange, sx, ...other }: AutocompleteProps<T, M>) => import("react/jsx-runtime").JSX.Element; export default Autocomplete;