UNPKG

@mui/base

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

15 lines (14 loc) 318 B
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 };