UNPKG

@udus/notion-renderer

Version:
8 lines 243 B
/// <reference types="react" /> import type { RichTextType } from "../../types/notion/richText/richText.js"; type Props = { title: RichTextType; }; export declare const Title: React.FC<Props>; export {}; //# sourceMappingURL=Title.d.ts.map