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

commonMain.UpdateElement.kt Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
package com.juul.krayon.element

public fun interface UpdateElement {
    public fun update(root: RootElement, width: Float, height: Float, data: T)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy