UNPKG

tonami

Version:

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

3 lines (2 loc) 162 B
/** Get the CSSStyleSheet instance for a given style element... borrowed from SC~!! */ export declare const getSheet: (tag: HTMLStyleElement) => CSSStyleSheet;