Skip to content

Commit 85aef6c

Browse files
committed
remove HTMLElement from GridStackElement type in API documentation
1 parent 134ae6a commit 85aef6c

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)