UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

4 lines 220 B
import { Dispatch, SetStateAction } from 'react'; export declare const useStateSafely: <S>(initialState: S) => [S, Dispatch<SetStateAction<S>>]; export default useStateSafely; //# sourceMappingURL=useStateSafely.d.ts.map