UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

6 lines (5 loc) 232 B
import { KubeObject } from '../../lib/k8s/KubeObject'; export interface ObjectEventListProps { object: KubeObject; } export default function ObjectEventList(props: ObjectEventListProps): import("react/jsx-runtime").JSX.Element;