@mui/base
Version:
A library of headless ('unstyled') React UI components and low-level hooks.
15 lines (14 loc) • 320 B
TypeScript
import { OptionType } from './Option.types';
/**
* An unstyled option to be used within a Select.
*
* Demos:
*
* - [Select](https://mui.com/base/react-select/)
*
* API:
*
* - [Option API](https://mui.com/base/react-select/components-api/#option)
*/
declare const _default: OptionType;
export default _default;