You use the object the same way you use a js variable.
let st = $ref(10)
st = st + 1 // update it and use it like if it was just "10"
But now, st is reactive.