export { createPlugin } from './plugin'; export { pluginKey } from './plugin-key'; export type { StickyPluginState, RowStickyState } from './types'; export { findStickyHeaderForTable } from './util'; export { updateStickyState, removeStickyState } from './commands'; export { TableRowNodeView } from './nodeviews/tableRow';