mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: fix typo in type (#3001)
This commit is contained in:
parent
08ec9441b0
commit
c3287fa89d
@ -43,7 +43,7 @@ import { persist, createJSONStorage } from 'zustand/middleware'
|
||||
|
||||
type BearStore = {
|
||||
bears: number
|
||||
addBear: () => void
|
||||
addABear: () => void
|
||||
}
|
||||
|
||||
export const useBearStore = create<BearStore>()(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user