UNPKG

@promotedai/react-introspection

Version:

Promoted Introspection integration for React web apps

7 lines (6 loc) 236 B
import { Theme } from '@material-ui/core'; export interface ModerationPanelArgs { handleClose: () => any; theme: Theme; } export declare const ModerationPanel: ({ handleClose, theme }: ModerationPanelArgs) => JSX.Element;