1.0.3 • Published 2 years ago

@types/ityped v1.0.3

Weekly downloads
52
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for ityped 1.0
// Project: https://github.com/luisvinicius167/ityped
// Definitions by: Daniel Rosenwasser <https://github.com/DanielRosenwasser>
//                 MaySoMusician <https://github.com/MaySoMusician>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 14:23:22 GMT
  • Dependencies: none
  • Global values: ityped

Credits

These definitions were written by Daniel Rosenwasser, and MaySoMusician.

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.0.1

8 years ago

0.0.0

9 years ago