We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1b2aa commit 613f98cCopy full SHA for 613f98c
src/index.js
@@ -1,4 +1,6 @@
1
/* @flow */
2
import Highlight from './Highlight';
3
+import BareHighlight from './BareHighlight';
4
5
+export { Highlight, BareHighlight };
6
export default Highlight;
0 commit comments