UNPKG

@atlaskit/editor-plugin-custom-autoformat

Version:

Custom autoformat plugin for @atlaskit/editor-core

4 lines (3 loc) 240 B
export { customAutoformatPlugin } from './customAutoformatPlugin'; export type { CustomAutoformatPlugin } from './customAutoformatPluginType'; export type { CustomAutoformatPluginOptions, CustomAutoformatPluginSharedState } from './types';