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.
2 parents 134ae6a + 85aef6c commit a7c3e2dCopy full SHA for a7c3e2d
1 file changed
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