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

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

package react.virtual

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""({start: 'start', center: 'center', end: 'end', auto: 'auto'})""")
external enum class ScrollAlign {
    start,
    center,
    end,
    auto,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy