UNPKG

413 BTypeScriptView Raw
1import React from 'react';
2import IsomorphicClerk from '../isomorphicClerk';
3declare type ClerkContextWrapperProps = {
4 isomorphicClerk: IsomorphicClerk;
5 children: React.ReactNode;
6 clerkLoaded: boolean;
7};
8export declare function ClerkContextWrapper({ isomorphicClerk, children, clerkLoaded, }: ClerkContextWrapperProps): JSX.Element | null;
9export {};
10//# sourceMappingURL=ClerkContextWrapper.d.ts.map
\No newline at end of file