UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

12 lines (11 loc) 415 B
/* eslint-disable @atlaskit/editor/only-export-plugin */ /* eslint-disable @atlaskit/editor/no-re-export */ // Entry file in package.json // eslint-disable-next-line @atlaskit/editor/only-export-plugin export { /** * @private * @deprecated Use {@link tablePlugin} instead. */ default as tablesPlugin, default as tablePlugin } from './tablePlugin'; // eslint-disable-next-line @atlaskit/editor/only-export-plugin