Skip to content

Commit

Permalink
Intl. SupportedLocalesOptions - JSO [generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Oct 5, 2024
1 parent bf9aa3e commit e98606c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

package js.intl

sealed external interface SupportedLocalesOptions {
import kotlinx.js.JsPlainObject

@JsPlainObject
external interface SupportedLocalesOptions {
var localeMatcher: LocaleMatcher?
}

0 comments on commit e98606c

Please sign in to comment.