UNPKG

@dr.pogodin/react-utils

Version:

Collection of generic ReactJS components and utils

13 lines 626 B
import themedImpl, { COMPOSE, PRIORITY, ThemeProvider } from '@dr.pogodin/react-themes'; import config from "./config"; import * as isomorphy from "./isomorphy"; import time from "./time"; import * as webpack from "./webpack"; export { assertEmptyObject, Barrier, Cached, Emitter, Semaphore, withRetries } from '@dr.pogodin/js-utils'; export { getSsrContext } from "./globalState"; export { default as splitComponent } from "./splitComponent"; const themed = themedImpl; themed.COMPOSE = COMPOSE; themed.PRIORITY = PRIORITY; export { config, isomorphy, themed, ThemeProvider, time, webpack }; //# sourceMappingURL=index.js.map