UNPKG

330 BTypeScriptView Raw
1import { SelectType } from './Select.types';
2/**
3 * The foundation for building custom-styled select components.
4 *
5 * Demos:
6 *
7 * - [Select](https://mui.com/base/react-select/)
8 *
9 * API:
10 *
11 * - [Select API](https://mui.com/base/react-select/components-api/#select)
12 */
13declare const Select: SelectType;
14export default Select;