UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

7 lines 225 B
import * as React from 'react'; import { GoogleDriveBlock } from 'notion-types'; export declare const GoogleDrive: React.FC<{ block: GoogleDriveBlock; className?: string; }>; //# sourceMappingURL=google-drive.d.ts.map