UNPKG

notion-renderer

Version:
6 lines (5 loc) 132 B
/// <reference types="react" /> declare const TextBlock: (text: { properties: any; }) => JSX.Element; export default TextBlock;