UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

7 lines (6 loc) 271 B
import { Plugin } from '@atlaskit/editor-prosemirror/state'; import type { SafePluginSpec } from '@atlaskit/editor-prosemirror/state'; export declare class SafePlugin<T = any> extends Plugin<T> { _isATypeSafePlugin: never; constructor(spec: SafePluginSpec<T>); }