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 134ae6a commit 85aef6cCopy full SHA for 85aef6c
doc/API.md
@@ -5988,7 +5988,7 @@ Drop event handler that receives previous and new node states
5988
### GridStackElement
5989
5990
```ts
5991
-type GridStackElement = string | HTMLElement | GridItemHTMLElement;
+type GridStackElement = string | GridItemHTMLElement;
5992
```
5993
5994
Defined in: [types.ts:87](https://github.com/adumesny/gridstack.js/blob/master/src/types.ts#L87)
0 commit comments