UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

8 lines (7 loc) 292 B
export { /** * @private * @deprecated Use {@link tablePlugin} instead. */ default as tablesPlugin, default as tablePlugin, } from './tablePlugin'; export type { TablePlugin, TablePluginOptions, TablePluginDependencies, TablePluginActions, TablePluginCommands, } from './tablePluginType';