UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

6 lines 173 B
import * as React from 'react'; export declare const Checkbox: React.FC<{ isChecked: boolean; blockId: string | undefined; }>; //# sourceMappingURL=checkbox.d.ts.map