UNPKG

@clerk/clerk-react

Version:

Clerk React library

18 lines (14 loc) 752 B
import { ErrorThrowerOptions } from '@clerk/shared/error'; export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-BAhNYMIt.mjs'; import { RoutingOptions } from '@clerk/shared/types'; export { buildClerkJsScriptAttributes, clerkJsScriptUrl, setClerkJsLoadingErrorPackageName } from '@clerk/shared/loadClerkJsScript'; import 'react'; import './types-49XoTIuK.mjs'; /** * Overrides options of the internal errorThrower (eg setting packageName prefix). * * @internal */ declare function setErrorThrowerOptions(options: ErrorThrowerOptions): void; declare function useRoutingProps<T extends RoutingOptions>(componentName: string, props: T, routingOptions?: RoutingOptions): T; export { setErrorThrowerOptions, useRoutingProps };