
jsMain.js.intl.RelativeTimeFormatStyle.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package js.intl
// language=JavaScript
@JsName("""(/*union*/{long: 'long', short: 'short', narrow: 'narrow'}/*union*/)""")
external enum class RelativeTimeFormatStyle {
long,
short,
narrow,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy