UNPKG

@atlaskit/editor-plugin-synced-block

Version:

SyncedBlock plugin for @atlaskit/editor-core

11 lines (10 loc) 370 B
import React from 'react'; type SyncBlockLabelProps = { contentUpdatedAt?: string; isSource: boolean; isUnsyncedBlock?: boolean; localId: string; title?: string; }; export declare const SyncBlockLabel: React.MemoExoticComponent<({ contentUpdatedAt, isSource, localId, title, isUnsyncedBlock, }: SyncBlockLabelProps) => React.JSX.Element>; export {};