UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

16 lines 499 B
import { SupportLevel } from '@openshift-assisted/types/assisted-installer-service'; import { FeatureId } from '../../common'; type FeatureConfig = { featureId: FeatureId; supportLevel: SupportLevel; }; type FeaturesConfig = { openshiftVersion: string; features: FeatureConfig[]; }; type FeatureSupportLevelsConfig = { supportLevels: FeaturesConfig[]; }; export declare const featureSupportLevelsACM: FeatureSupportLevelsConfig; export {}; //# sourceMappingURL=constants.d.ts.map