react-notion-x
Version:
Fast and accurate React renderer for Notion.
9 lines • 312 B
TypeScript
import * as React from 'react';
import { CollectionViewType } from 'notion-types';
interface CollectionViewIconProps {
className?: string;
type: CollectionViewType;
}
export declare const CollectionViewIcon: React.FC<CollectionViewIconProps>;
export {};
//# sourceMappingURL=collection-view-icon.d.ts.map