Alaa El-Din Ahmed

Results 1 comments of Alaa El-Din Ahmed

I guess it's solved with TypeScript 3.8 as we can add type before the type name import. `import MyComponent, { type IMyComponent } from "../mycomponent.vue";` More details [type-only imports —...