UNPKG

zss-engine

Version:

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

3 lines (2 loc) 143 B
declare function transpileAtomic(property: string, value: string | number, hash: string, pseudo?: string): string; export { transpileAtomic };