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 PropertiesPanelArgs { handleClose: () => any; theme: Theme; } export declare const PropertiesPanel: ({ handleClose, theme }: PropertiesPanelArgs) => JSX.Element;