๐Ÿ“ฆ obafemitayor / newsletter-subscription-application

๐Ÿ“„ vue-shims.d.ts ยท 6 lines
1
2
3
4
5
6declare module '*.vue' {
  import { DefineComponent } from 'vue';
  const component: DefineComponent<Record<string, unknown>, Record<string, unknown>, unknown>;
  export default component;
}