()
| 22 | } |
| 23 | |
| 24 | export const useTableSize = () => { |
| 25 | const context = React.useContext(TableContext) |
| 26 | return useStore(context, state => ({ height: state.height, width: state.width })) |
| 27 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…