MCPcopy
hub / github.com/stevenpetryk/mafs / PaneContextShape

Interface PaneContextShape

src/context/PaneContext.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const { round, ceil, floor, log2 } = Math
5
6interface PaneContextShape {
7 xPanes: Interval[]
8 yPanes: Interval[]
9 xPaneRange: Interval
10 yPaneRange: Interval
11}
12
13const PaneContext = React.createContext<PaneContextShape>({
14 xPanes: [],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected