UNPKG

@atlaskit/editor-plugin-width

Version:

Width plugin for @atlaskit/editor-core

5 lines (4 loc) 202 B
import type { EditorContainerWidth, NextEditorPlugin } from '@atlaskit/editor-common/types'; export type WidthPlugin = NextEditorPlugin<'width', { sharedState: EditorContainerWidth | undefined; }>;