UNPKG

@clerk/clerk-js

Version:
9 lines (8 loc) 268 B
import React from 'react'; interface PathRouterProps { basePath: string; preservedParams?: string[]; children: React.ReactNode; } export declare const PathRouter: ({ basePath, preservedParams, children }: PathRouterProps) => JSX.Element | null; export {};