@clerk/clerk-react
Advanced tools
Comparing version 3.2.8 to 3.2.9
import { HandleOAuthCallbackParams } from '@clerk/types'; | ||
import React from 'react'; | ||
export declare const SignedIn: React.FC<React.PropsWithChildren<unknown>>; | ||
export declare const SignedOut: React.FC<React.PropsWithChildren<unknown>>; | ||
export declare const ClerkLoaded: React.FC<React.PropsWithChildren<unknown>>; | ||
export declare const ClerkLoading: React.FC<React.PropsWithChildren<unknown>>; | ||
export declare const SignedIn: ({ children }: React.PropsWithChildren<unknown>) => JSX.Element | null; | ||
export declare const SignedOut: ({ children }: React.PropsWithChildren<unknown>) => JSX.Element | null; | ||
export declare const ClerkLoaded: ({ children }: React.PropsWithChildren<unknown>) => JSX.Element | null; | ||
export declare const ClerkLoading: ({ children }: React.PropsWithChildren<unknown>) => JSX.Element | null; | ||
export declare const RedirectToSignIn: { | ||
@@ -31,3 +31,3 @@ (props: Omit<import("@clerk/types").RedirectOptions & { | ||
}; | ||
export declare const MultisessionAppSupport: React.FC<React.PropsWithChildren<unknown>>; | ||
export declare const MultisessionAppSupport: ({ children }: React.PropsWithChildren<unknown>) => JSX.Element; | ||
//# sourceMappingURL=controlComponents.d.ts.map |
@@ -5,2 +5,3 @@ import { InitialState } from '@clerk/types'; | ||
export interface ClerkProviderProps extends IsomorphicClerkOptions { | ||
children: React.ReactNode; | ||
frontendApi?: string; | ||
@@ -7,0 +8,0 @@ initialState?: InitialState; |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export declare const LIB_VERSION = "3.2.8"; | ||
export declare const LIB_VERSION = "3.2.9"; | ||
export declare const LIB_NAME = "@clerk/clerk-react"; | ||
//# sourceMappingURL=info.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
exports.LIB_VERSION = '3.2.8'; | ||
exports.LIB_VERSION = '3.2.9'; | ||
exports.LIB_NAME = '@clerk/clerk-react'; | ||
//# sourceMappingURL=info.js.map |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"license": "MIT", | ||
@@ -70,3 +70,3 @@ "description": "Clerk.dev React library", | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "34d35ec6e1ca6572e2dd7a49a57444dbc24c0fe9" | ||
"gitHead": "27c6a0bfbc8715f0aace38f56a48d86fc6a3f996" | ||
} |
@@ -119,5 +119,1 @@ <p align="center"> | ||
See [LICENSE](https://github.com/clerkinc/javascript/blob/main/packages/react/LICENSE) for more information. | ||
``` | ||
``` |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export const LIB_VERSION = '3.2.8'; | ||
export const LIB_VERSION = '3.2.9'; | ||
export const LIB_NAME = '@clerk/clerk-react'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
229854
223
4074
119