UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

6 lines (5 loc) 213 B
import React from 'react'; export interface LabelListItemProps { labels?: React.ReactNode[]; } export default function LabelListItem(props: LabelListItemProps): import("react/jsx-runtime").JSX.Element | null;