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

0.0.2 • Public • Published

Installation

npm install --save @types/random-gradient

Summary

This package contains type definitions for random-gradient (https://github.com/bukinoshita/random-gradient#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/random-gradient.

index.d.ts

declare namespace randomGradient {
    type GradientDirection = "diagonal" | "radial" | "horizontal" | "vertical";
}

declare function randomGradient(uuid: string, type?: randomGradient.GradientDirection): string;

export = randomGradient;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by dm1sh.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/random-gradient

Weekly Downloads

92

Version

0.0.2

License

MIT

Unpacked Size

3.05 kB

Total Files

5

Last publish

Collaborators

  • types