UNPKG

@atlaskit/editor-plugin-border

Version:

Border plugin for @atlaskit/editor-core

12 lines 244 B
import { border } from '@atlaskit/adf-schema'; export var borderPlugin = function borderPlugin() { return { name: 'border', marks: function marks() { return [{ name: 'border', mark: border }]; } }; };