🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@types/react-type-animation

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-type-animation - npm Package Compare versions

Comparing version
1.1.4
to
2.0.0
+5
-20
react-type-animation/package.json
{
"name": "@types/react-type-animation",
"version": "1.1.4",
"description": "TypeScript definitions for react-type-animation",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-type-animation",
"license": "MIT",
"contributors": [
{
"name": "Seungbin Oh",
"githubUsername": "sboh1214",
"url": "https://github.com/sboh1214"
}
],
"version": "2.0.0",
"description": "Stub TypeScript definitions entry for react-type-animation, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-type-animation"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"@types/react": "*"
"react-type-animation": "*"
},
"typesPublisherContentHash": "ea480c36fc40fed321e895ea59aec2bef56ddfb193992588d582015d9ee6902b",
"typeScriptVersion": "4.5"
"deprecated": "This is a stub types definition. react-type-animation provides its own type definitions, so you do not need this installed."
}
+2
-31

@@ -1,32 +0,3 @@

# Installation
> `npm install --save @types/react-type-animation`
This is a stub types definition for @types/react-type-animation (https://github.com/maxeth/react-type-animation#readme).
# Summary
This package contains type definitions for react-type-animation (https://github.com/notadamking/react-typing-animation).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-type-animation.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-type-animation/index.d.ts)
````ts
import { FunctionComponent } from "react";
export interface TypeAnimationProps {
sequence: Array<string | number>;
wrapper?: string;
repeat?: number;
cursor?: boolean;
className?: string;
}
declare const TypeAnimation: FunctionComponent<TypeAnimationProps>;
export default TypeAnimation;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
# Credits
These definitions were written by [Seungbin Oh](https://github.com/sboh1214).
react-type-animation provides its own type definitions, so you don't need @types/react-type-animation installed!
import { FunctionComponent } from "react";
export interface TypeAnimationProps {
sequence: Array<string | number>;
wrapper?: string;
repeat?: number;
cursor?: boolean;
className?: string;
}
declare const TypeAnimation: FunctionComponent<TypeAnimationProps>;
export default TypeAnimation;