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

main.react.virtual.VirtualItem.kt Maven / Gradle / Ivy

package react.virtual

import dom.html.HTMLElement
import react.Key
import react.RefCallback

external interface VirtualItem {
    val key: Key
    val index: Int
    val start: Int
    val size: Int
    val end: Int
    val measureRef: RefCallback
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy