Composables with Typescript can't be used without destructuring
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
With a Typescript compiler set up run the code snippet provided in SFC Playground.
What is expected?
Be able to follow conventions mentioned in the documentation here.
What is actually happening?
Cannot follow conventions since the code generates typing errors.
System Info
No response
Any additional comments?
No response