Skip to content

Commit

Permalink
Add missing Params import in Preact type definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
molefrog committed Nov 23, 2023
1 parent 8d33e17 commit ad5d1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preact/types/ts4.1/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
LocationHook,
} from "../use-location";

import { DefaultParams, Match } from "../matcher";
import { DefaultParams, Params, Match } from "../matcher";
import { RouterObject, RouterOptions } from "../router";

// re-export some types from these modules
Expand Down

0 comments on commit ad5d1f0

Please sign in to comment.