mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 22:40:21 +00:00
Added type definitions for dragscroll
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import dragscroll from "dragscroll";
|
||||
|
||||
dragscroll.reset();
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// Type definitions for dragscroll v 0.0.8
|
||||
// Project: https://github.com/asvd/dragscroll
|
||||
// Definitions by: Sean Kelly <https://github.com/spkellydev/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
declare module "dragscroll" {
|
||||
function reset(i?: number, el?: HTMLElement[]): void
|
||||
}
|
||||
Reference in New Issue
Block a user