UNPKG

notion-block-renderer

Version:
5 lines (4 loc) 144 B
import { FC } from "react"; import { TextProps } from "../types/props"; declare const TextRenderer: FC<TextProps>; export default TextRenderer;