Skip to content

Commit a7c3e2d

Browse files
authored
Merge pull request #3164 from YOUNGHO8762/master
remove HTMLElement from GridStackElement type in API documentation
2 parents 134ae6a + 85aef6c commit a7c3e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5988,7 +5988,7 @@ Drop event handler that receives previous and new node states
59885988
### GridStackElement
59895989

59905990
```ts
5991-
type GridStackElement = string | HTMLElement | GridItemHTMLElement;
5991+
type GridStackElement = string | GridItemHTMLElement;
59925992
```
59935993

59945994
Defined in: [types.ts:87](https://github.com/adumesny/gridstack.js/blob/master/src/types.ts#L87)

0 commit comments

Comments
 (0)