更新
This commit is contained in:
+8
@@ -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