UNPKG
react-native-code-highlighter
Version:
latest (1.3.0)
rc (1.0.0-rc.1)
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-rc.1
1.0.0-rc.0
test
github.com/gmsgowtham/react-native-code-highlighter
gmsgowtham/react-native-code-highlighter
react-native-code-highlighter
/
src
/
index.ts
9 lines
(6 loc)
•
220 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
CodeHighlighter
, {
type
CodeHighlighterProps
, }
from
"./lib/CodeHighlighter"
;
import
type
{
ReactStyle
}
from
"./utils/styles"
;
export
type
{
CodeHighlighterProps
,
ReactStyle
};
export
default
CodeHighlighter
;