UNPKG

@atlaskit/renderer

Version:
8 lines (7 loc) 263 B
import React from 'react'; import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model'; export default function SyncBlock(props: React.PropsWithChildren<{ content?: PMNode[]; localId?: string; resourceId?: string; }>): React.JSX.Element;