UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

5 lines (4 loc) 405 B
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { RegisterBlockMenuComponent } from '@atlaskit/editor-plugin-block-menu'; import type { SyncedBlockPlugin } from '../syncedBlockPluginType'; export declare const getBlockMenuComponents: (api: ExtractInjectionAPI<SyncedBlockPlugin> | undefined, enableSourceSyncedBlockCreation: boolean) => RegisterBlockMenuComponent[];