@thi.ng/rdom
Version:
Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible
10 lines • 310 B
TypeScript
import type { ListBaseOpts, NumOrNode } from "../api.js";
/** @internal */
export declare const __initList: (parent: ParentNode, index: NumOrNode, { el, attribs }: ListBaseOpts<any>) => {
el: Element;
anchor?: undefined;
} | {
el: Element;
anchor: Comment;
};
//# sourceMappingURL=list.d.ts.map