Skip to content

Commit

Permalink
feat(hn-react): export site-context components, functions and types
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlangelaan committed Jul 29, 2018
1 parent b15f25d commit 3d3aabd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/hn-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ import Paragraphs from './components/deprecated/Paragraphs';
import DrupalPage from './components/DrupalPage';
import EntityListMapper from './components/EntityListMapper';
import EntityMapper from './components/EntityMapper';
import {
InjectedSiteProps,
Site,
SiteConsumer,
SiteProvider,
withSite,
} from './context/site';
import site from './utils/site';
import waitForHnData from './utils/waitForHnData';

Expand All @@ -14,4 +21,9 @@ export {
EntityListMapper,
Paragraphs,
waitForHnData,
SiteProvider,
Site,
SiteConsumer,
InjectedSiteProps,
withSite,
};

0 comments on commit 3d3aabd

Please sign in to comment.