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

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

package uikit.components

import org.w3c.dom.*
import uikit.*
import kotlin.js.*

external interface SvgComponent : Component {
    val svg: Promise
}

external interface SvgOptions {
    var src: String?
    var strokeAnimation: Boolean?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy