UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

9 lines (8 loc) 375 B
import { ProjectDefinition } from '../../redux/projectsSlice'; import { ButtonStyle } from '../common/ActionButton'; interface ProjectDeleteButtonProps { project: ProjectDefinition; buttonStyle?: ButtonStyle; } export declare function ProjectDeleteButton({ project, buttonStyle }: ProjectDeleteButtonProps): import("react/jsx-runtime").JSX.Element | null; export {};