%PDF- %PDF-
Direktori : /home/vacivi36/SiteVacivitta/vacivitta/node_modules/styled-components/native/dist/sheet/ |
Current File : /home/vacivi36/SiteVacivitta/vacivitta/node_modules/styled-components/native/dist/sheet/dom.d.ts |
import { InsertionTarget } from '../types'; /** Create a style element inside `target` or <head> after the last */ export declare const makeStyleTag: (target?: InsertionTarget | undefined) => HTMLStyleElement; /** Get the CSSStyleSheet instance for a given style element */ export declare const getSheet: (tag: HTMLStyleElement) => CSSStyleSheet;