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

15 lines
332 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import { SelectType } from './Select.types';
/**
* The foundation for building custom-styled select components.
*
* Demos:
*
* - [Select](https://mui.com/base-ui/react-select/)
*
* API:
*
* - [Select API](https://mui.com/base-ui/react-select/components-api/#select)
*/
declare const Select: SelectType;
export { Select };