MCPcopy
hub / github.com/pmndrs/zustand / BearStoreState

Interface BearStoreState

tests/ssr.test.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { create } from 'zustand'
6
7interface BearStoreState {
8 bears: number
9}
10
11interface BearStoreAction {
12 increasePopulation: () => void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…