UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

7 lines 400 B
import { CpuArchitecture } from '../../common'; import { Cluster } from '@openshift-assisted/types/assisted-installer-service'; export default function useInfraEnvId(clusterId: Cluster['id'], cpuArchitecture: CpuArchitecture, clusterName?: string, pullSecret?: string, openshiftVersion?: string): { infraEnvId: string | undefined; error: string; }; //# sourceMappingURL=useInfraEnvId.d.ts.map