UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

7 lines 196 B
import * as React from 'react'; import { FileBlock } from 'notion-types'; export declare const File: React.FC<{ block: FileBlock; className?: string; }>; //# sourceMappingURL=file.d.ts.map