uni-ticket-system/node_modules/licia/h.d.ts
2023-12-05 10:11:10 +08:00

10 lines
177 B
TypeScript

import types = require('./types');
declare function h(
tag: string,
attrs?: types.PlainObj<any>,
...child: Array<string | HTMLElement>
): HTMLElement;
export = h;