rn-shiki 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/index.ts +5 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -1,2 +1,6 @@
|
|
1
|
-
|
1
|
+
import SyntaxHighlighter from './components/syntax/SyntaxHighlighter'
|
2
|
+
import SyntaxLine from './components/syntax/SyntaxLine'
|
3
|
+
|
2
4
|
export * from './types/shiki'
|
5
|
+
|
6
|
+
export { SyntaxHighlighter, SyntaxLine }
|