UNPKG

@udus/notion-renderer

Version:
8 lines 227 B
import type { FileObject } from "../../types/notion/common/common.js"; import type { FC } from "react"; type Props = { file: FileObject; }; export declare const File: FC<Props>; export {}; //# sourceMappingURL=File.d.ts.map