ownego/polaris-vue

Sub-Components are missing in the volar.d.ts

Closed this issue · 2 comments

Subcomponents like StackItem, ExceptionListItem, ... are missing in the volar.d.ts

Double checking...

Ok, I figured it out, it's a bit difficult when I have to get the component deeper inside each directory.
Currently volar.d.ts file only get component list from components/index.ts.

@HQCuong can you help me to update this?