# @types/react-motion-loop

> TypeScript definitions for react-motion-loop

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

## Install

```sh
npm install @types/react-motion-loop
pnpm add @types/react-motion-loop
yarn add @types/react-motion-loop
bun add @types/react-motion-loop
```

## 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 | 2.0.4 |
| Published | 2023-11-07 |
| First published | 2019-02-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51432 |
| Maintainers | types |

## Links

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

## Dependencies (2)

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

## Recent versions

- 2.0.4 (latest) — 2023-11-07
- 2.0.2 (ts3.6) — 2021-07-08
- 2.0.1 (ts3.1) — 2019-02-13
- 2.0.3 — 2023-10-18
- 2.0.0 — 2019-02-04

## README

# Installation
> `npm install --save @types/react-motion-loop`

# Summary
This package contains type definitions for react-motion-loop (https://github.com/nkbt/react-motion-loop).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-motion-loop.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-motion-loop/index.d.ts)
````ts
import { Component, ReactElement } from "react";
import { MotionProps, PlainStyle, Style } from "react-motion";

interface ReactMotionLoopProps extends Partial<MotionProps> {
    styleFrom: Style;
    styleTo: Style;
    children?: ((interpolatedStyle: PlainStyle) => ReactElement) | undefined;
}
export class ReactMotionLoop extends Component<ReactMotionLoopProps> {}

export as namespace ReactMotionLoop;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-motion](https://npmjs.com/package/@types/react-motion)

# Credits
These definitions were written by [Jeremy Allard](https://github.com/j-em).

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