UNPKG

320 BTypeScriptView Raw
1import { OptionType } from './Option.types';
2/**
3 * An unstyled option to be used within a Select.
4 *
5 * Demos:
6 *
7 * - [Select](https://mui.com/base/react-select/)
8 *
9 * API:
10 *
11 * - [Option API](https://mui.com/base/react-select/components-api/#option)
12 */
13declare const _default: OptionType;
14export default _default;