UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

5 lines 249 B
import { Cluster } from '@openshift-assisted/types/assisted-installer-service'; export default function useUsedClusterNames(clusterId: Cluster['id']): { usedClusterNames: string[] | undefined; }; //# sourceMappingURL=useUsedClusterNames.d.ts.map