UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 161 B
interface Props { language?: string; children: string; } export default function SyntaxHighlight({ children, language }: Props): JSX.Element; export {};