react-notion-x
Version:
Fast and accurate React renderer for Notion.
11 lines • 427 B
TypeScript
import * as React from 'react';
import * as types from 'notion-types';
import { PropertyImplMemo } from './property';
import { NotionContext } from '../context';
export declare const Collection: React.FC<{
block: types.CollectionViewBlock | types.CollectionViewPageBlock | types.PageBlock;
className?: string;
ctx: NotionContext;
}>;
export { PropertyImplMemo as Property };
//# sourceMappingURL=collection.d.ts.map