UNPKG

zss-engine

Version:

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

5 lines (4 loc) 267 B
export declare const exceptionCamelCase: string[]; export declare const applyCssValue: (value: string | number, cssProp: string) => string; export declare const camelToKebabCase: (property: string) => string; export declare const isAtRule: (prop: string) => boolean;