Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/react/src/components/DocxEditor/internals/tableResize.ts
/**
* Table resize commit + width-read helpers for PagedEditor.
*
* Lifted to `@eigenpal/docx-editor-core/prosemirror/tableResize` and shared
* with the Vue adapter; re-exported here to keep existing import sites stable.
* The gesture state machine stays in `useTableResizeState`.
*/
export {
readColumnWidths,
readRowHeight,
readColumnWidthAt,
commitColumnResize,
commitRowResize,
commitRightEdgeResize,
TWIPS_PER_PIXEL,
MIN_CELL_WIDTH_TWIPS,
MIN_ROW_HEIGHT_TWIPS,
} from '@eigenpal/docx-editor-core/prosemirror/tableResize';