UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

6 lines 276 B
declare const BundleService: { listBundles(): Promise<import("@openshift-assisted/types/./assisted-installer-service").Bundle[]>; listOperatorsByBundle(bundleName: string): Promise<string[]>; }; export default BundleService; //# sourceMappingURL=BundleService.d.ts.map