UNPKG

114 BTypeScriptView Raw
1declare function useLoginRedirect(): {
2 getRedirectUrl: () => Promise<string>;
3};
4export { useLoginRedirect };