types: DefineComponent turns `any` props into `unknown`
Version
3.2.22
Reproduction link
Steps to reproduce
Using Typescript, define a props typed as any
.
Try to access random members in template.
What is expected?
No compilation error
What is actually happening?
Typescript complains, because the props is of type unknown
Downstream issue in Volar: johnsoncodehk/volar#713
@johnsoncodehk traced the issue to be in defineComponent
typings.