UNPKG

@lanaqi/rsr

Version:
9 lines (8 loc) 249 B
/** * 桥接引用的函数和钩子 */ export { matchPath, useBlocker, useLocation, useNavigate } from 'react-router'; /** * 桥接引用的类型 */ export type { PathPattern, NavigateFunction, NavigateOptions, To, Path } from 'react-router';