propro-common-components 0.1.283 → 0.1.285

Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { ListGridSwitch } from './components/switch/ListGridSwitch';
2
+ import { default as axiosInstance } from './utils/axiosInstance';
2
3
  import { isUserLoggedIn } from './utils/checkAccessToken';
3
4
  import { default as getCookie } from './utils/getCookie';
4
5
  import { default as getStorage, removeStorage, setStorage } from './utils/getStorage';
@@ -22,5 +23,5 @@ import { RUNNING_IN_TAURI } from './constants/tauriConstants';
22
23
  import { AuthProvider } from './context/AuthContext';
23
24
  import { IconLoader, IconType, PlasmicEmojiAndIconSelection, StyleType, getAvailableStyles, loadIcon, searchIcon } from 'propro-icons';
24
25
 
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, };
26
+ export { AccountManagementComponent, AppContext, AppHOC, AppProvider, AuthProvider, AvatarMenu, Footer, IconLoader, ListGridSwitch, Loading, PlasmicEmojiAndIconSelection, PlasmicSignInSignUpForm, PrivateRoute, RUNNING_IN_TAURI, SignInSignUpForm, axiosInstance, getAvailableStyles, getCookie, getStorage, handleAuth, isUserLoggedIn, loadIcon, logout, removeStorage, searchIcon, setCookie, setStorage, useGet, useMutate, useMutateTauri, useMutateWithKeepAlive, };
26
27
  export type { DefaultSignInSignUpFormProps, IconType, StyleType };