@atlaskit/editor-plugin-block-type
Version:
BlockType plugin for @atlaskit/editor-core
8 lines (7 loc) • 480 B
TypeScript
export { blockTypePlugin } from './blockTypePlugin';
export type { BlockTypePlugin } from './blockTypePluginType';
export type { BlockTypePluginOptions, BlockType } from './pm-plugins/types';
export type { BlockTypeState } from './pm-plugins/main';
export type { InputMethod, ClearFormattingInputMethod } from './pm-plugins/commands/block-type';
export type { DropdownItem } from './pm-plugins/ui/ToolbarBlockType';
export type { TextBlockTypes } from './pm-plugins/block-types';