UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

6 lines (5 loc) 172 B
interface CreateButtonProps { isNarrow?: boolean; } export default function CreateButton(props: CreateButtonProps): import("react/jsx-runtime").JSX.Element; export {};