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

1.2.29 • Public • Published

Installation

npm install --save @types/swiftclick

Summary

This package contains type definitions for swiftclick (https://github.com/munkychop/swiftclick).

Details

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

index.d.ts

interface SwiftClickObject {
    addNodeNamesToTrack(nodeNamesArray: string[]): void;
    replaceNodeNamesToTrack(nodeNamesArray: string[]): void;
    useCssParser(useParser: boolean): void;
}

interface SwiftClickStatic {
    attach(contextEl: Element): SwiftClickObject;
}

declare module "swiftclick" {
    export = SwiftClick;
}

declare var SwiftClick: SwiftClickStatic;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Laurence C.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/swiftclick

      Weekly Downloads

      194

      Version

      1.2.29

      License

      MIT

      Unpacked Size

      3.3 kB

      Total Files

      5

      Last publish

      Collaborators

      • types