mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
single module
This commit is contained in:
parent
79bde2d2a4
commit
c31d394c73
4
types/dragscroll/index.d.ts
vendored
4
types/dragscroll/index.d.ts
vendored
@ -2,6 +2,4 @@
|
||||
// Project: https://github.com/asvd/dragscroll#readme
|
||||
// Definitions by: Sean Kelly <https://github.com/spkellydev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
declare module "dragscroll" {
|
||||
function reset(i?: number, el?: any[]): void;
|
||||
}
|
||||
export function reset(i ?: number, el ?: any): void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user