UNPKG

material-ui-popup-state

Version:

easiest way to create menus, popovers, and poppers with material-ui

5 lines 217 B
import * as React from 'react'; import { type PopoverProps } from '@mui/material'; declare const HoverPopover: React.ComponentType<PopoverProps>; export default HoverPopover; //# sourceMappingURL=HoverPopover.d.ts.map