MCPcopy Index your code
hub / github.com/Shitanshukumar607/Drawspace / StateStore

Interface StateStore

context/stateStore.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 | "connect";
17
18export interface StateStore {
19 selectedTool: selectedToolType;
20 setSelectedTool: (tool: selectedToolType) => void;
21}
22
23const useStateStore = create<StateStore>((set) => ({
24 selectedTool: "pen",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected