We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7194964 commit 95b696fCopy full SHA for 95b696f
packages/core/src/dom/dom-types.ts
@@ -97,12 +97,12 @@ export interface FastjsDomAPI<ElementType extends ElementList> {
97
setAttr(attr: { [key: string]: string | null }): FastjsDom<ElementType>;
98
setAttr(key: string, val: string | null): FastjsDom<ElementType>;
99
push<T extends PushTarget>(
100
- el: HTMLElement | FastjsDomList | FastjsDom,
+ el: ElementList | FastjsDomList | FastjsDom,
101
target: T,
102
clone?: boolean
103
): PushReturn<T, ElementType>;
104
insert<T extends InsertTarget>(
105
106
107
108
): InsertReturn<ElementType>;
0 commit comments