Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat: export highlight tags from DOM / native (#1342)
Browse files Browse the repository at this point in the history
* feat(dom): export highlight tags

* feat(native): export highlight tags
  • Loading branch information
samouss committed Jun 18, 2018
1 parent 86b9bcc commit 28a699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-instantsearch-dom/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Core
export { createConnector } from 'react-instantsearch-core';
export { HIGHLIGHT_TAGS } from 'react-instantsearch-core';

// Widget
export { Configure } from 'react-instantsearch-core';
Expand Down
1 change: 1 addition & 0 deletions packages/react-instantsearch-native/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Core
export { createConnector } from 'react-instantsearch-core';
export { HIGHLIGHT_TAGS } from 'react-instantsearch-core';

// Widget
export { Configure } from 'react-instantsearch-core';
Expand Down

0 comments on commit 28a699e

Please sign in to comment.