Infers the type of the reactive variable.
const darkMode = rv(false)type DarkMode = rv.infer<typeof darkMode> // infers as boolean Copy
const darkMode = rv(false)type DarkMode = rv.infer<typeof darkMode> // infers as boolean
Infers the type of the reactive variable.