@mui/base
Version:
A library of headless ('unstyled') React UI components and low-level hooks.
15 lines (14 loc) • 330 B
TypeScript
import { SelectType } from './Select.types';
/**
* The foundation for building custom-styled select components.
*
* Demos:
*
* - [Select](https://mui.com/base/react-select/)
*
* API:
*
* - [Select API](https://mui.com/base/react-select/components-api/#select)
*/
declare const Select: SelectType;
export default Select;