UNPKG

@atlaskit/editor-plugin-grid

Version:

Grid plugin for @atlaskit/editor-core

4 lines (3 loc) 285 B
export { gridPlugin } from './gridPlugin'; export type { GridPlugin, GridPluginDependencies, GridPluginSharedState, GridPluginActions, GridPluginConfiguration, } from './gridPluginType'; export type { CreateDisplayGrid, Highlights, GridPluginOptions, GridPluginState } from './types';