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