UNPKG

@atlaskit/editor-plugin-grid

Version:

Grid plugin for @atlaskit/editor-core

8 lines (7 loc) 263 B
import type { GridPlugin } from './gridPluginType'; export declare const GRID_SIZE = 12; /** * Grid plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ export declare const gridPlugin: GridPlugin;