Operand

do no harem.

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';