UNPKG

react-notion-x

Version:

Fast and accurate React renderer for Notion.

11 lines (8 loc) 291 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { CodeBlock } from 'notion-types'; declare function Code({ block, defaultLanguage, className }: { block: CodeBlock; defaultLanguage?: string; className?: string; }): react_jsx_runtime.JSX.Element; export { Code };