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

main.react.Profiler.kt Maven / Gradle / Ivy

@file:JsModule("react")
@file:JsNonModule

package react

external interface ProfilerProps : PropsWithChildren {
    var id: String
    var onRender: (
        id: String,
        phase: String,
        actualDuration: Number,
        baseDuration: Number,
        startTime: Number,
        commitTime: Number,
        interactions: dynamic,
    ) -> Unit
}

external val Profiler: ExoticComponent




© 2015 - 2025 Weber Informatics LLC | Privacy Policy