Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Sep 29, 2023
1 parent fd65b8b commit e486530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ Basic typescript usage doesn't require anything special except for writing `crea
```ts
import { create } from 'zustand'
import { devtools, persist } from 'zustand/middleware'
import type {} from '@redux-devtools/extension' // required for devtools typing

interface BearState {
bears: number
Expand Down

0 comments on commit e486530

Please sign in to comment.