UNPKG

@udus/notion-renderer

Version:
9 lines 256 B
import type { IconObject } from "../../types/notion/common/icon.js"; import type { FC } from "react"; type Props = { icon: IconObject; hideDefaultIcon?: boolean; }; export declare const Icon: FC<Props>; export {}; //# sourceMappingURL=Icon.d.ts.map