UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

7 lines 226 B
import * as React from 'react'; import { Block as BlockType } from 'notion-types'; export declare const SyncPointerBlock: React.FC<{ block: BlockType; level: number; }>; //# sourceMappingURL=sync-pointer-block.d.ts.map