@atlaskit/editor-plugins
v5.6.69
Published
A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins
Downloads
12,731
Readme
EditorPlugins
A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins
Usage
Example:
import { basePlugin } from '@atlaskit/editor-plugins/base';
import { listPlugin } from '@atlaskit/editor-plugins/list';
import { tableMarginFullWidthMode } from '@atlaskit/editor-plugins/table/ui/consts';