MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / usePanelColSpans

Function usePanelColSpans

src/hooks/usePanelColSpans.ts:9–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 * Delegates to unified usePanelSpans hook.
8 */
9export function usePanelColSpans() {
10 const { getSpan, setSpan, resetSpan } = usePanelSpans("pw:panel-col-spans", 1);
11 return {
12 getColSpan: getSpan,
13 setColSpan: setSpan,
14 resetColSpan: resetSpan,
15 };
16}

Callers 1

HomeFunction · 0.90

Calls 1

usePanelSpansFunction · 0.90

Tested by

no test coverage detected