UNPKG

@dailyshot/ssr

Version:

Dailyshot server side rendering style utils

8 lines 280 B
import type { EmotionServer } from '@emotion/server/create-instance'; interface ServerStylesProps { html: string; server: EmotionServer; } export declare function ServerStyles({ html, server }: ServerStylesProps): any; export {}; //# sourceMappingURL=ServerStyles.d.ts.map