/** * Re-export the JE table's `FlexibleWidthContext` so the non-JE table * shares a single source of truth for the flexible-vs-fixed-width column * convention. Keeps the contract one place to evolve. */ export { FlexibleWidthProvider, useFlexibleWidth, } from '../journalEntryTable/FlexibleWidthContext';