This commit is contained in:
10
node_modules/licia/Select.d.ts
generated
vendored
Normal file
10
node_modules/licia/Select.d.ts
generated
vendored
Normal file
@@ -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