@types/style-inject
TypeScript icon, indicating that this package has built-in type declarations

0.3.5 • Public • Published

Installation

npm install --save @types/style-inject

Summary

This package contains type definitions for style-inject (https://github.com/egoist/style-inject).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/style-inject.

index.d.ts

interface StyleInjectOptions {
    insertAt?: "top";
}

declare function styleInject(css: string, options?: StyleInjectOptions): void;

export = styleInject;

Additional Details

  • Last updated: Wed, 07 Feb 2024 13:06:44 GMT
  • Dependencies: none

Credits

These definitions were written by Leon Si.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/style-inject

Weekly Downloads

849

Version

0.3.5

License

MIT

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • types