UNPKG

tonami

Version:

Minimal CSS-in-JS library that promotes CSS best-practices and strongly-typed design systems.

7 lines (6 loc) 253 B
export declare const IS_BROWSER: boolean; export declare const DEFAULT_STYLE_TAG_ID = "tonami"; export declare const SSR_STYLE_TAG_ID = "tonami-ssr"; export declare const options: { shouldForwardProp(key: string, _value: unknown): boolean; };