UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

7 lines (6 loc) 232 B
import { Plugin } from '../'; export * from './commands'; export { tableNodes } from './table-nodes'; export { CellSelection } from './cell-selection'; export { TableMap } from './tablemap'; export function tableEditing (): Plugin;