UNPKG

318 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-ui/react-select/)
8 *
9 * API:
10 *
11 * - [Option API](https://mui.com/base-ui/react-select/components-api/#option)
12 */
13declare const Option: OptionType;
14export { Option };