UNPKG

@makeen.io/material-ui-kit

Version:
11 lines (10 loc) 344 B
import { Theme } from "@material-ui/core"; export declare type ActiveItemsProps = { component: JSX.Element; performer: JSX.Element; subtitle: string; theme?: Theme; type: "add" | "edit"; }; declare const _default: ({ theme, type, component, performer, subtitle, }: ActiveItemsProps) => JSX.Element; export default _default;