UNPKG

@mui/joy

Version:

Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.

14 lines (13 loc) 301 B
import { ExtendOption, OptionTypeMap } from './OptionProps'; /** * * Demos: * * - [Select](https://mui.com/joy-ui/react-select/) * * API: * * - [Option API](https://mui.com/joy-ui/api/option/) */ declare const StableOption: ExtendOption<OptionTypeMap<{}, "li">>; export default StableOption;