UNPKG

248 BTypeScriptView Raw
1import React from 'react';
2declare const LazySyntaxHighlighter: React.LazyExoticComponent<React.FunctionComponent<any>>;
3export declare const SyntaxHighlighter: (props: React.ComponentProps<typeof LazySyntaxHighlighter>) => JSX.Element;
4export {};