This commit is contained in:
8
node_modules/licia/delegate.d.ts
generated
vendored
Normal file
8
node_modules/licia/delegate.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare const delegate: {
|
||||
add(el: Element, type: string, selector: string, cb: types.AnyFn): void;
|
||||
remove(el: Element, type: string, selector: string, cb: types.AnyFn): void;
|
||||
};
|
||||
|
||||
export = delegate;
|
||||
Reference in New Issue
Block a user