This commit is contained in:
9
node_modules/licia/h.d.ts
generated
vendored
Normal file
9
node_modules/licia/h.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function h(
|
||||
tag: string,
|
||||
attrs?: types.PlainObj<any>,
|
||||
...child: Array<string | HTMLElement>
|
||||
): HTMLElement;
|
||||
|
||||
export = h;
|
||||
Reference in New Issue
Block a user