mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: fix getBoth return type (#3167)
This commit is contained in:
parent
747e97f334
commit
c61999bacd
@ -428,7 +428,7 @@ interface FishSlice {
|
||||
|
||||
interface SharedSlice {
|
||||
addBoth: () => void
|
||||
getBoth: () => void
|
||||
getBoth: () => number
|
||||
}
|
||||
|
||||
const createBearSlice: StateCreator<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user