# @types/ink-spinner

> TypeScript definitions for ink-spinner

Latest version **3.0.5** (published 2025-07-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/ink-spinner
pnpm add @types/ink-spinner
yarn add @types/ink-spinner
bun add @types/ink-spinner
```

## Health

**Score 55/100 (C)** — status: stable.

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

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.0.5 |
| Published | 2025-07-03 |
| First published | 2019-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51428 |
| Maintainers | types |

## Links

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

## Dependencies (2)

- [@types/react](https://npm.io/package/@types/react.md) *
- [@types/cli-spinners](https://npm.io/package/@types/cli-spinners.md) <2

## Recent versions

- 3.0.5 (latest) — 2025-07-03
- 3.0.4 (ts5.0) — 2023-11-07
- 3.0.1 (ts3.6) — 2021-07-08
- 3.0.0 (ts3.0) — 2020-02-19
- 3.0.3 — 2023-10-18
- 3.0.2 — 2023-09-26
- 2.0.3 — 2019-12-23
- 2.0.2 — 2019-11-07
- 2.0.1 — 2019-02-25
- 2.0.0 — 2019-02-21

## README

# Installation
> `npm install --save @types/ink-spinner`

# Summary
This package contains type definitions for ink-spinner (https://github.com/vadimdemedes/ink-spinner#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-spinner.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ink-spinner/index.d.ts)
````ts
import * as cliSpinners from "cli-spinners";
import { Component } from "react";

interface SpinnerProps {
    /**
     * Type of a spinner to use. See https://github.com/sindresorhus/cli-spinners for available spinners.
     *
     * @default 'dot'
     */
    type?: cliSpinners.SpinnerName | undefined;
}

declare class Spinner extends Component<SpinnerProps> {}

export = Spinner;

````

### Additional Details
 * Last updated: Thu, 03 Jul 2025 20:36:00 GMT
 * Dependencies: [@types/cli-spinners](https://npmjs.com/package/@types/cli-spinners), [@types/react](https://npmjs.com/package/@types/react)

# Credits
These definitions were written by [Łukasz Ostrowski](https://github.com/lukostry), and [Justin Anastos](https://github.com/justinanastos).

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