UNPKG

opencoder

Version:
8 lines (7 loc) 182 B
import React from "react"; type Props = { code: string; language: string; }; export declare function CodeHighlight({ code, language }: Props): React.ReactElement; export {};