propro-common-components 0.1.306 → 0.1.308
Sign up to get free protection for your applications and to get access to all the features.
package/dist/main.d.ts
CHANGED
@@ -18,10 +18,12 @@ import { DefaultSignInSignUpFormProps, PlasmicSignInSignUpForm } from './plasmic
|
|
18
18
|
import { default as SignInSignUpForm } from './plasmicComponents/SignInSignUpForm';
|
19
19
|
import { default as SignInSignUpFormLayout } from './plasmicComponents/SignInSignUpFormLayout';
|
20
20
|
import { default as TextInputFromProPro } from './plasmicComponents/TextInputFromProPro';
|
21
|
+
import { default as extensionAuth } from './utils/extensionAuth';
|
21
22
|
import { handleAuth } from './utils/handleAuth';
|
22
23
|
import { RUNNING_IN_TAURI } from './constants/tauriConstants';
|
23
24
|
import { AuthProvider } from './context/AuthContext';
|
24
25
|
import { IconLoader, IconType, PlasmicEmojiAndIconSelection, StyleType, getAvailableStyles, loadIcon, searchIcon } from 'propro-icons';
|
25
26
|
|
26
|
-
export { AccountManagementComponent, AppContext, AppProvider, AuthProvider, AvatarMenu, Footer, IconLoader, ListGridSwitch, Loading, PlasmicEmojiAndIconSelection, PlasmicSignInSignUpForm, PrivateRoute, RUNNING_IN_TAURI, SignInSignUpForm, SignInSignUpFormLayout, TextInputFromProPro, axiosInstance, checkAccessToken,
|
27
|
+
export { AccountManagementComponent, AppContext, AppProvider, AuthProvider, AvatarMenu, Footer, IconLoader, ListGridSwitch, Loading, PlasmicEmojiAndIconSelection, PlasmicSignInSignUpForm, PrivateRoute, RUNNING_IN_TAURI, SignInSignUpForm, SignInSignUpFormLayout, TextInputFromProPro, axiosInstance, checkAccessToken, extensionAuth, // function suite for authentication with extensions.
|
28
|
+
getAvailableStyles, getCookie, getStorage, handleAuth, isUserLoggedIn, loadIcon, logout, removeStorage, searchIcon, setCookie, setStorage, useGet, useMutate, useMutateWithKeepAlive, };
|
27
29
|
export type { DefaultSignInSignUpFormProps, IconType, StyleType };
|