@clerk/nextjs
Version:
Clerk SDK for NextJS
4 lines • 317 B
TypeScript
import type { InternalClerkScriptProps } from '@clerk/react/internal';
import type { NextClerkProviderProps } from '../types';
export declare const mergeNextClerkPropsWithEnv: (props: Omit<NextClerkProviderProps, "children"> & InternalClerkScriptProps) => any;
//# sourceMappingURL=mergeNextClerkPropsWithEnv.d.ts.map