UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

10 lines 428 B
import { Cluster } from '@openshift-assisted/types/./assisted-installer-service'; import { UISettingsValues } from '../../common'; declare const useUISettings: (clusterId?: Cluster['id']) => { uiSettings: UISettingsValues | undefined; loading: boolean; error: string; updateUISettings: (newSettings: UISettingsValues) => Promise<void>; }; export default useUISettings; //# sourceMappingURL=useUISettings.d.ts.map