# @types/redux-devtools-themes

> TypeScript definitions for redux-devtools-themes

Latest version **1.0.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/redux-devtools-themes
pnpm add @types/redux-devtools-themes
yarn add @types/redux-devtools-themes
bun add @types/redux-devtools-themes
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-11-07 |
| First published | 2020-08-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51436 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/redux-devtools-themes
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-devtools-themes
- npm.io page: https://npm.io/package/@types/redux-devtools-themes

## Dependencies (1)

- [@types/base16](https://npm.io/package/@types/base16.md) *

## Recent versions

- 1.0.3 (latest) — 2023-11-07
- 1.0.0 (ts3.0) — 2020-08-12
- 1.0.2 — 2023-10-18
- 1.0.1 — 2023-09-27

## README

# Installation
> `npm install --save @types/redux-devtools-themes`

# Summary
This package contains type definitions for redux-devtools-themes (https://github.com/gaearon/redux-devtools-themes).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-devtools-themes.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-devtools-themes/index.d.ts)
````ts
import { Base16Theme } from "base16";

export * from "base16";
export const nicinabox: Base16Theme;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: [@types/base16](https://npmjs.com/package/@types/base16)

# Credits
These definitions were written by [Nathan Bierema](https://github.com/Methuselah96).

---
_Source: https://npm.io/package/@types/redux-devtools-themes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
