main.uikit.components.Icon.kt Maven / Gradle / Ivy
package uikit.components
import org.w3c.dom.*
import uikit.*
import kotlin.js.*
external interface Icon {
fun add(name: String, svg: Element)
}
external interface IconComponent : Component {
val svg: Promise
}
external interface IconOptions {
var icon: String?
var ratio: Number?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy