UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

8 lines 208 B
import * as React from 'react'; import { Block } from 'notion-types'; export declare const EOI: React.FC<{ block: Block; inline?: boolean; className?: string; }>; //# sourceMappingURL=eoi.d.ts.map