All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.uikit.components.Icon.kt Maven / Gradle / Ivy

There is a newer version: 3.13.7-pre.21
Show newest version
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