UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

4 lines (3 loc) 198 B
import type { TablePluginAction, TablePluginState } from '../types'; declare const _default: (pluginState: TablePluginState, action: TablePluginAction) => TablePluginState; export default _default;