Skip to content

Commit

Permalink
feat: upt typings
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 20, 2024
1 parent b05b2b3 commit 97a1551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## installation
```bash
yarn add valtio
yarn add @jswork/next-react-valtio
```

Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
interface NxStatic {
ReactValtio: any;
$valtio: (initialState: T) => { store: T; state: T };
}

0 comments on commit 97a1551

Please sign in to comment.