UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

9 lines 343 B
import type { ComponentType } from 'react'; import type { PopoverProps } from '@mui/material'; interface PopoverStyledProps { customColor?: string; } type PopoverStyledPropsType = PopoverProps & PopoverStyledProps; export declare const Popover: ComponentType<PopoverStyledPropsType>; export {}; //# sourceMappingURL=Popover.styled.d.ts.map