UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

5 lines (4 loc) 287 B
/** Create a style element inside `target` or <head> after the last */ export declare const makeStyleTag: (target?: HTMLElement) => HTMLStyleElement; /** Get the CSSStyleSheet instance for a given style element */ export declare const getSheet: (tag: HTMLStyleElement) => CSSStyleSheet;