MCPcopy Create free account
hub / github.com/editablejs/editable / useTableSize

Function useTableSize

packages/plugins/table/src/context.ts:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24export const useTableSize = () => {
25 const context = React.useContext(TableContext)
26 return useStore(context, state => ({ height: state.height, width: state.width }))
27}

Callers 1

RowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…