@atlaskit/editor-plugin-width
Version:
Width plugin for @atlaskit/editor-core
24 lines (15 loc) • 659 B
TypeScript
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import type { EditorContainerWidth } from '@atlaskit/editor-common/types';
import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
// @public (undocumented)
export type WidthPlugin = NextEditorPlugin<'width', {
sharedState: EditorContainerWidth | undefined;
}>;
// @public
export const widthPlugin: WidthPlugin;
// @public (undocumented)
export type WidthPluginState = EditorContainerWidth;
// (No @packageDocumentation comment for this package)
```