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