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

2.1.2 • Public • Published

Installation

npm install --save @types/no-scroll

Summary

This package contains type definitions for no-scroll (https://github.com/davidtheclark/no-scroll).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/no-scroll.

index.d.ts

// Module is exported as global object outside of module loader environment
export as namespace noScroll;

interface NoScroll {
    off(): void;
    on(): void;
    toggle(): void;
}

declare const noScroll: NoScroll;
export = noScroll;

Additional Details

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

Credits

These definitions were written by Zhang Yi Jiang.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/no-scroll

Weekly Downloads

6,733

Version

2.1.2

License

MIT

Unpacked Size

3.03 kB

Total Files

5

Last publish

Collaborators

  • types