Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Dec 26, 2024
1 parent 1af095e commit 864077d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package web.html

import web.events.EventInstance
import web.events.JsEvent
import web.uievents.ToggleEvent
import web.popover.ToggleEvent

/**
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement)
Expand Down
2 changes: 1 addition & 1 deletion browser-kotlin/src/jsMain/kotlin/web/html/HTMLElement.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import web.dom.Node
import web.events.Event
import web.events.EventInstance
import web.events.JsEvent
import web.popover.ToggleEvent
import web.uievents.DragEvent
import web.uievents.PointerEvent
import web.uievents.ToggleEvent

/**
* Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Automatically generated - do not modify!

package web.uievents
package web.popover

import seskar.js.JsAlias
import seskar.js.JsAlias.Companion.THIS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Automatically generated - do not modify!

package web.uievents
package web.popover

import js.objects.JsPlainObject
import web.events.EventInit
Expand Down

0 comments on commit 864077d

Please sign in to comment.