Skip to content

Commit 613f98c

Browse files
committed
feat(api): Export Highlight and BareHighlight also as named exports
1 parent 3f1b2aa commit 613f98c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* @flow */
22
import Highlight from './Highlight';
3+
import BareHighlight from './BareHighlight';
34

5+
export { Highlight, BareHighlight };
46
export default Highlight;

0 commit comments

Comments
 (0)