UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

8 lines (7 loc) 217 B
import React from 'react'; export interface ClusterSelectorProps { currentCluster?: string; clusters: string[]; } declare const ClusterSelector: React.FC<ClusterSelectorProps>; export default ClusterSelector;