UNPKG

@atlaskit/editor-plugin-width

Version:

Width plugin for @atlaskit/editor-core

7 lines (6 loc) 231 B
import { type WidthPlugin } from './widthPluginType'; /** * Width plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const widthPlugin: WidthPlugin;