UNPKG

@stolostron/multicluster-sdk

Version:

Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.

5 lines 197 B
import { FC } from 'react'; import { EventComponentProps } from './EventStreamList'; declare const Inner: FC<EventComponentProps>; export default Inner; //# sourceMappingURL=EventComponent.d.ts.map