propro-common-components 0.1.282 → 0.1.284

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.d.ts CHANGED
@@ -17,9 +17,10 @@ import { default as PrivateRoute } from './hoc/PrivateRoute';
17
17
  import { default as Footer } from './plasmicComponents/Footer';
18
18
  import { DefaultSignInSignUpFormProps, PlasmicSignInSignUpForm } from './plasmicComponents/plasmic/pro_pro/PlasmicSignInSignUpForm';
19
19
  import { default as SignInSignUpForm } from './plasmicComponents/SignInSignUpForm';
20
+ import { handleAuth } from './utils/handleAuth';
20
21
  import { RUNNING_IN_TAURI } from './constants/tauriConstants';
21
22
  import { AuthProvider } from './context/AuthContext';
22
23
  import { IconLoader, IconType, PlasmicEmojiAndIconSelection, StyleType, getAvailableStyles, loadIcon, searchIcon } from 'propro-icons';
23
24
 
24
- export { AccountManagementComponent, AppContext, AppHOC, AppProvider, AuthProvider, AvatarMenu, Footer, IconLoader, ListGridSwitch, Loading, PlasmicEmojiAndIconSelection, PlasmicSignInSignUpForm, PrivateRoute, RUNNING_IN_TAURI, SignInSignUpForm, getAvailableStyles, getCookie, getStorage, isUserLoggedIn, loadIcon, logout, removeStorage, searchIcon, setCookie, setStorage, useGet, useMutate, useMutateTauri, useMutateWithKeepAlive, };
25
+ export { AccountManagementComponent, AppContext, AppHOC, AppProvider, AuthProvider, AvatarMenu, Footer, IconLoader, ListGridSwitch, Loading, PlasmicEmojiAndIconSelection, PlasmicSignInSignUpForm, PrivateRoute, RUNNING_IN_TAURI, SignInSignUpForm, getAvailableStyles, getCookie, getStorage, handleAuth, isUserLoggedIn, loadIcon, logout, removeStorage, searchIcon, setCookie, setStorage, useGet, useMutate, useMutateTauri, useMutateWithKeepAlive, };
25
26
  export type { DefaultSignInSignUpFormProps, IconType, StyleType };