UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

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