UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

7 lines (5 loc) 159 B
import { PopoverProps } from "@mui/material/Popover"; /** * Notifier Popup pros */ export type NotifierPopupProps = Omit<PopoverProps, "open" | "onClose">;