UNPKG

@aesthetic/style

Version:

A low-level, high-performance, atomic-based CSS-in-JS style engine.

5 lines 277 B
import { ClassName, EngineOptions } from '@aesthetic/types'; import { ServerStyleEngine } from '.'; export * from './server/markup'; export declare function createServerEngine(options?: Partial<EngineOptions<ClassName>>): ServerStyleEngine; //# sourceMappingURL=server.d.ts.map