UNPKG

@dailyshot/ssr

Version:

Dailyshot server side rendering style utils

10 lines (7 loc) 323 B
import createEmotionServer from '@emotion/server/create-instance'; import { defaultDailyshotEmotionCache } from '@dailyshot/styles'; function createStylesServer(cache) { return createEmotionServer(cache || defaultDailyshotEmotionCache); } export { createStylesServer }; //# sourceMappingURL=create-styles-server.js.map