diff --git a/plugins/pwa/plugin-pwa/src/client/components/icons.ts b/plugins/pwa/plugin-pwa/src/client/components/icons.ts index 90823c28f3..d78edceed7 100644 --- a/plugins/pwa/plugin-pwa/src/client/components/icons.ts +++ b/plugins/pwa/plugin-pwa/src/client/components/icons.ts @@ -1,7 +1,7 @@ import type { FunctionalComponent, VNode } from 'vue' import { h } from 'vue' -export interface SVGWrapperProps { +interface SVGWrapperProps { name?: string color?: string }