diff --git a/src/components.d.ts b/src/components.d.ts index 6dda6bb..72e7b4d 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -11,6 +11,7 @@ declare module 'vue' { CarbonMoon: typeof import('~icons/carbon/moon')['default'] CarbonPedestrian: typeof import('~icons/carbon/pedestrian')['default'] CarbonSun: typeof import('~icons/carbon/sun')['default'] + CarbonWarning: typeof import('~icons/carbon/warning')['default'] Footer: typeof import('./components/Footer.vue')['default'] README: typeof import('./components/README.md')['default'] }