UNPKG

@atlaskit/editor-plugin-paste

Version:

Paste plugin for @atlaskit/editor-core

4 lines (3 loc) 218 B
import type { PastePluginAction as Action } from '../editor-actions/actions'; import type { PastePluginState as State } from '../pastePluginType'; export declare const reducer: (state: State, action: Action) => State;