UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

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