UNPKG

@atlaskit/editor-plugin-border

Version:

Border plugin for @atlaskit/editor-core

10 lines 184 B
import { border } from '@atlaskit/adf-schema'; export const borderPlugin = () => ({ name: 'border', marks() { return [{ name: 'border', mark: border }]; } });