Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@types/react-typing-effect

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Issues
File Explorer

Advanced tools

@types/react-typing-effect

TypeScript definitions for react-typing-effect

    2.0.3ts3.8ts3.9ts4.0ts4.1ts4.2ts4.3ts4.4ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1latest
    Github

Version published
Maintainers
1
Weekly downloads
693
decreased by-16.1%

Weekly downloads

Readme

Source

Installation

npm install --save @types/react-typing-effect

Summary

This package contains type definitions for react-typing-effect (https://github.com/lamyfarai/react-typing-effect#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-typing-effect.

index.d.ts

// Type definitions for react-typing-effect 2.0 // Project: https://github.com/lamyfarai/react-typing-effect#readme // Definitions by: Debananda <https://github.com/Debananda> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { Component } from 'react'; export interface ReactTypingEffectProps { text: string | string[]; staticText?: string | undefined; className?: string | undefined; speed?: number | undefined; eraseDelay?: number | undefined; eraseSpeed?: number | undefined; typingDelay?: number | undefined; cursor?: string | undefined; cursorClassName?: string | undefined; displayTextRenderer?(text: string, i: number): JSX.Element; } export default class ReactTypingEffect extends Component<ReactTypingEffectProps> {}

Additional Details

  • Last updated: Mon, 10 Jan 2022 21:31:42 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Debananda.

FAQs

Last updated on 10 Jan 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc