UNPKG

563 BTypeScriptView Raw
1export interface IToHiccup {
2 /**
3 * Returns a {@link @thi.ng/hiccup# | @thi.ng/hiccup} compatible representation. The optional
4 * `ctx` arg is an arbitrary user context object passed to all
5 * hiccup components during serialization (or during DOM creation /
6 * update if used with {@link @thi.ng/hdom# | @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