From 85aef6c70bec9b0ab5348f02ab3bc8c62f38bc94 Mon Sep 17 00:00:00 2001 From: YOUNGHO8762 Date: Mon, 22 Sep 2025 20:15:03 +0900 Subject: [PATCH] remove HTMLElement from GridStackElement type in API documentation --- doc/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index 478195228..ef21ce9c2 100644 --- a/doc/API.md +++ b/doc/API.md @@ -5988,7 +5988,7 @@ Drop event handler that receives previous and new node states ### GridStackElement ```ts -type GridStackElement = string | HTMLElement | GridItemHTMLElement; +type GridStackElement = string | GridItemHTMLElement; ``` Defined in: [types.ts:87](https://github.com/adumesny/gridstack.js/blob/master/src/types.ts#L87)