UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

12 lines (11 loc) 277 B
import { Theme } from '@mui/material/styles'; export default function Popover(theme: Theme): { MuiPopover: { styleOverrides: { paper: { backdropFilter: string; backgroundColor: string; }; }; }; };