@types/react-typing-effect
Advanced tools
Weekly downloads
Readme
npm install --save @types/react-typing-effect
This package contains type definitions for react-typing-effect (https://github.com/lamyfarai/react-typing-effect#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-typing-effect.
// 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> {}
These definitions were written by Debananda.
FAQs
TypeScript definitions for react-typing-effect
The npm package @types/react-typing-effect receives a total of 532 weekly downloads. As such, @types/react-typing-effect popularity was classified as not popular.
We found that @types/react-typing-effect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.