zss-engine
Version:
Zero-runtime StyleSheet Engine
6 lines (5 loc) • 295 B
TypeScript
export declare const isServer: boolean;
export declare const isDevelopment: boolean;
export declare const isTestingDevelopment: boolean;
export declare const applyCssValue: (value: string | number, cssProp: string) => string;
export declare const camelToKebabCase: (property: string) => string;