0.3.5 • Published 3 months ago

@types/style-inject v0.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

// Type definitions for style-inject 0.3
// Project: https://github.com/egoist/style-inject
// Definitions by: Leon Si <https://github.com/leonzalion>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface StyleInjectOptions {
    insertAt?: 'top';
}

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

export = styleInject;

Additional Details

  • Last updated: Mon, 16 May 2022 16:01:37 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Leon Si.

0.3.5

3 months ago

0.3.4

3 months ago

0.3.2

7 months ago

0.3.1

8 months ago

0.3.3

6 months ago

0.3.0

2 years ago