UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

7 lines 202 B
import * as React from 'react'; import { Block } from 'notion-types'; export declare const AssetWrapper: React.FC<{ blockId: string; block: Block; }>; //# sourceMappingURL=asset-wrapper.d.ts.map