tags:

  • Codeblock

TwoSlash Integration

```ts twoslash
import { ref } from 'vue'

const count = ref(0)
//            ^?
```