const match = useMatch({ from, strict})
Options
from: TFrom
strict?: TStrict
Returns
match: TStrict extends true ? TRouteMatch : TRouteMatch | undefined