add an explicit HTMLSpanElement

This commit is contained in:
Karl Seguin
2026-01-08 16:03:50 +08:00
parent 060afcd459
commit d4c8af2a61
6 changed files with 35 additions and 3 deletions

View File

@@ -557,6 +557,7 @@ pub const JsApis = flattenTypes(&.{
@import("../webapi/element/html/Script.zig"),
@import("../webapi/element/html/Select.zig"),
@import("../webapi/element/html/Slot.zig"),
@import("../webapi/element/html/Span.zig"),
@import("../webapi/element/html/Style.zig"),
@import("../webapi/element/html/Template.zig"),
@import("../webapi/element/html/TextArea.zig"),