主分支
分支
main (6.23.1)dev
版本
6.23.1v4/5.xv3.x
useMatch

useMatch

类型声明
declare function useMatch<
  ParamKey extends ParamParseKey<Path>,
  Path extends string
>(
  pattern: PathPattern<Path> | Path
): PathMatch<ParamKey> | null;

返回关于当前位置相对路径的路由匹配数据。

更多信息请参见 matchPath