FrontPastel/node_modules/@mui/base/Option/Option.d.ts

15 lines
318 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
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 };