🚨 Active Supply Chain Attack:node-ipc Package Compromised.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

TypeScript definitions for react-type-animation

npmnpm
Version
1.1.2
Version published
Weekly downloads
305
-22.78%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/react-type-animation

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

// Type definitions for react-type-animation 1.1
// Project: https://github.com/notadamking/react-typing-animation
// Definitions by: Seungbin Oh <https://github.com/sboh1214>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Wed, 27 Sep 2023 07:12:04 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Seungbin Oh.

FAQs

Package last updated on 27 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts