UNPKG

@types/insert-css

Version:
33 lines (25 loc) 935 B
# Installation > `npm install --save @types/insert-css` # Summary This package contains type definitions for insert-css (https://github.com/substack/insert-css). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-css. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/insert-css/index.d.ts) ````ts export interface InsertCssOptions { container?: HTMLElement | undefined; prepend?: boolean | undefined; } export interface InsertCssStyleElement extends HTMLStyleElement { styleSheet?: CSSStyleSheet | undefined; } export function insertCss( css: string, options?: InsertCssOptions, ): InsertCssStyleElement; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Heye Vöcking](https://github.com/hvoecking).