UNPKG

react-native-code-highlighter

Version:
9 lines (6 loc) 220 B
import CodeHighlighter, { type CodeHighlighterProps, } from "./lib/CodeHighlighter"; import type { ReactStyle } from "./utils/styles"; export type { CodeHighlighterProps, ReactStyle }; export default CodeHighlighter;