useMatch
declare function useMatch< ParamKey extends ParamParseKey<Path>, Path extends string >( pattern: PathPattern<Path> | Path ): PathMatch<ParamKey> | null;
返回关于当前位置相对路径的路由匹配数据。
更多信息请参见 matchPath。
matchPath