UNPKG

560 BTypeScriptView Raw
1export interface IToHiccup {
2 /**
3 * Returns a [thi.ng/hiccup](https://thi.ng/hiccup) compatible
4 * representation. The optional `ctx` arg is an arbitrary user context
5 * object passed to all hiccup components during serialization (or during
6 * DOM creation / update if used with [thi.ng/hdom](https://thi.ng/hdom)).
7 *
8 * @param ctx - user context object
9 * @param attribs - user attribs
10 * @param xs - additional args
11 */
12 toHiccup(ctx?: any, attribs?: any, ...xs: any[]): any;
13}
14//# sourceMappingURL=hiccup.d.ts.map
\No newline at end of file