UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

11 lines (9 loc) 215 B
/** */ /// <reference types="react" /> import { themes } from 'prism-react-renderer'; export declare const Prism: (props: { value: string; lang?: string; theme?: keyof typeof themes; }) => JSX.Element;