UNPKG

@atlaskit/editor-plugin-fragment

Version:

Fragment plugin for @atlaskit/editor-core

3 lines (2 loc) 136 B
import type { NextEditorPlugin } from '@atlaskit/editor-common/types'; export type FragmentPlugin = NextEditorPlugin<'fragmentPlugin'>;