@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
10 lines • 567 B
TypeScript
import { Cluster } from '@openshift-assisted/types/assisted-installer-service';
import { ListManifestsExtended } from '../components/clusterConfiguration/manifestsConfiguration/data/dataTypes';
export declare const convertBlobToString: (blob: Blob) => Promise<string>;
declare const useClusterCustomManifests: (clusterId: Cluster['id'], extendedVersion: boolean) => {
customManifests: ListManifestsExtended | undefined;
error: string;
isLoading: boolean;
};
export default useClusterCustomManifests;
//# sourceMappingURL=useClusterCustomManifests.d.ts.map