UNPKG

zss-engine

Version:

A CSS-in-JS transpiler engine for building zero-runtime stylesheets at build time.

5 lines (4 loc) 204 B
import type { CSSProperties } from '../types/css-properties.js'; export declare function transpile(object: Record<string, CSSProperties>, base36Hash?: string, core?: string): { styleSheet: string; };