UNPKG

@atlaskit/editor-plugin-expand

Version:

Expand plugin for @atlaskit/editor-core

3 lines (2 loc) 167 B
export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod, ExpandPluginDependencies, } from './types'; export { expandPlugin } from './plugin';