1 import { createHooks } from '@proton/redux-utilities';
3 import { samlSSOThunk, selectSamlSSO } from './index';
5 const hooks = createHooks(samlSSOThunk, selectSamlSSO);
7 export const useSamlSSO = hooks.useValue;
8 export const useGetSamlSSO = hooks.useGet;