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

Commit

Permalink
feat(dom): export createClassNames
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jun 19, 2018
1 parent ce1976c commit 5af188c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-instantsearch-dom/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ export { default as Snippet } from './widgets/Snippet';
export { default as SortBy } from './widgets/SortBy';
export { default as Stats } from './widgets/Stats';
export { default as ToggleRefinement } from './widgets/ToggleRefinement';

// Utils
export { createClassNames } from './core/utils';

0 comments on commit 5af188c

Please sign in to comment.