UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

8 lines 231 B
import * as React from 'react'; import { BaseContentBlock } from 'notion-types'; export declare const Asset: React.FC<{ block: BaseContentBlock; children: any; zoomable?: boolean; }>; //# sourceMappingURL=asset.d.ts.map