UNPKG

@atlaskit/editor-plugin-paste-options-toolbar

Version:

Paste options toolbar for @atlaskit/editor-core

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