UNPKG

@atlaskit/editor-plugin-expand

Version:

Expand plugin for @atlaskit/editor-core

5 lines (4 loc) 276 B
import React from 'react'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { ExpandPlugin } from '../types'; export declare const createExpandBlockMenuItem: (api: ExtractInjectionAPI<ExpandPlugin> | undefined) => () => React.JSX.Element;