ohctechv3/.svn/pristine/85/8575f02ccb1f273e1a8573a5fee740c16ca599f3.svn-base
2024-10-28 15:03:36 +05:30

15 lines
318 B
Plaintext

import { OptionType } from './Option.types';
/**
* An unstyled option to be used within a Select.
*
* Demos:
*
* - [Select](https://mui.com/base-ui/react-select/)
*
* API:
*
* - [Option API](https://mui.com/base-ui/react-select/components-api/#option)
*/
declare const Option: OptionType;
export { Option };