This commit is contained in:
10
node_modules/licia/$class.d.ts
generated
vendored
Normal file
10
node_modules/licia/$class.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import $safeEls = require('./$safeEls');
|
||||
|
||||
declare const $class: {
|
||||
add(element: $safeEls.El, name: string | string[]): void;
|
||||
has(element: $safeEls.El, name: string): boolean;
|
||||
toggle(element: $safeEls.El, name: string): void;
|
||||
remove(element: $safeEls.El, name: string): void;
|
||||
};
|
||||
|
||||
export = $class;
|
||||
Reference in New Issue
Block a user