UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

6 lines 239 B
import * as React from 'react'; import { CollectionPropertySchema } from 'notion-types'; export declare const CollectionColumnTitle: React.FC<{ schema: CollectionPropertySchema; }>; //# sourceMappingURL=collection-column-title.d.ts.map