UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

8 lines (7 loc) 252 B
import type { TablePlugin } from './tablePluginType'; /** * Table plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ declare const tablePlugin: TablePlugin; export default tablePlugin;