@types/ityped
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/ityped

Summary

This package contains type definitions for ityped (https://github.com/luisvinicius167/ityped).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ityped.

index.d.ts

export interface Configuration {
    strings?: string[] | undefined;
    typeSpeed?: number | undefined;
    backSpeed?: number | undefined;
    backDelay?: number | undefined;
    startDelay?: number | undefined;
    cursorChar?: string | undefined;
    placeholder?: boolean | undefined;
    showCursor?: boolean | undefined;
    disableBackTyping?: boolean | undefined;
    onFinished?: (() => void) | undefined;
    loop?: boolean | undefined;
}

export function init(element: string | Element, config: Configuration): void;

export as namespace ityped;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Daniel Rosenwasser, and MaySoMusician.

/@types/ityped/

    Package Sidebar

    Install

    npm i @types/ityped

    Weekly Downloads

    104

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.88 kB

    Total Files

    5

    Last publish

    Collaborators

    • types