@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
5 lines (4 loc) • 315 B
TypeScript
import type { IntlShape } from 'react-intl-next/src/types';
import type { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
import type { PluginInjectionAPI } from '../types';
export declare function tableSelectionKeymapPlugin(pluginInjectionApi?: PluginInjectionAPI, getIntl?: () => IntlShape): SafePlugin;