From e4617a0076d03d8544fcc9c8cac0a151263b3de7 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 30 Sep 2021 05:17:14 +0800 Subject: [PATCH] chore: update dts file --- src/components.d.ts | 1 + 1 file changed, 1 insertion(+) 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'] }