UNPKG

zss-engine

Version:
6 lines (5 loc) 295 B
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;