Skip to content

Commit 78fd922

Browse files
committed
chore: Add nav types as devDep
1 parent bb7ce7f commit 78fd922

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"chai": "^5.1.1",
4747
"htm": "^3.1.1",
4848
"kleur": "^4.1.5",
49+
"navigation-api-types": "^0.6.1",
4950
"preact": "^10.26.5",
5051
"preact-render-to-string": "^6.5.11",
5152
"sinon": "^18.0.0",

src/internal.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="navigation-api-types" />
12
import { Component } from 'preact';
23

34
export interface AugmentedComponent extends Component<any, any> {

0 commit comments

Comments
 (0)