Socket
Socket
Sign inDemoInstall

@types/react-typing-effect

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/react-typing-effect

TypeScript definitions for react-typing-effect


Version published
Weekly downloads
662
increased by5.58%
Maintainers
1
Install size
1.61 MB
Created
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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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