更新
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import each = require('./each');
|
||||
import types = require('./types');
|
||||
|
||||
declare class Select {
|
||||
constructor(selector: string | Element | Document);
|
||||
find(selector: string): Select;
|
||||
each(fn: types.AnyFn): Select;
|
||||
}
|
||||
|
||||
export = Select;
|
||||
Reference in New Issue
Block a user