UNPKG

@faakhir/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

5 lines (4 loc) 180 B
import { DialogProps } from '../../common'; export default function AddCluster(props: DialogProps & { onChoice: () => void; }): import("react/jsx-runtime").JSX.Element | null;