UNPKG

346 BTypeScriptView Raw
1import { PolymorphicComponent } from '../utils';
2import { PopupTypeMap } from './Popup.types';
3/**
4 *
5 * Demos:
6 *
7 * - [Popup](https://mui.com/base-ui/react-popup/)
8 *
9 * API:
10 *
11 * - [Popup API](https://mui.com/base-ui/react-popup/components-api/#popup)
12 */
13declare const Popup: PolymorphicComponent<PopupTypeMap<{}, "div">>;
14export { Popup };