UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

9 lines 275 B
import * as React from 'react'; import { PropertyType } from 'notion-types'; interface PropertyIconProps { className?: string; type: PropertyType; } export declare const PropertyIcon: React.FC<PropertyIconProps>; export {}; //# sourceMappingURL=property-icon.d.ts.map