
main.react.dom.client.RootOptions.kt Maven / Gradle / Ivy
package react.dom.client
external interface RootOptions {
/**
* Prefix for `useId`.
*/
var identifierPrefix: String?
var onRecoverableError: ((error: Any) -> Unit)?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy