This commit is contained in:
14
node_modules/licia/$attr.d.ts
generated
vendored
Normal file
14
node_modules/licia/$attr.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import $safeEls = require('./$safeEls');
|
||||
import types = require('./types');
|
||||
|
||||
declare namespace $attr {
|
||||
function remove(element: $safeEls.El, name: string): void;
|
||||
}
|
||||
declare function $attr(element: $safeEls.El, name: string, value: string): void;
|
||||
declare function $attr(
|
||||
element: $safeEls.El,
|
||||
attributes: types.PlainObj<string>
|
||||
): void;
|
||||
declare function $attr(element: $safeEls.El, name: string): string;
|
||||
|
||||
export = $attr;
|
||||
Reference in New Issue
Block a user