UNPKG

175 BTypeScriptView Raw
1import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
2export type BorderPlugin = NextEditorPlugin<'border'>;
3export declare const borderPlugin: BorderPlugin;