UNPKG

@aesthetic/style

Version:

A low-level, high-performance, atomic-based CSS-in-JS style engine.

4 lines 218 B
import { Sheet, SheetMap, SheetType } from '@aesthetic/types'; export declare function getStyleElement(type: SheetType): Sheet; export declare function createStyleElements(): SheetMap; //# sourceMappingURL=dom.d.ts.map