diff --git a/src/package/components/types.d.ts b/src/package/components/types.d.ts index a7aeb74b..bf06ad82 100644 --- a/src/package/components/types.d.ts +++ b/src/package/components/types.d.ts @@ -4,5 +4,5 @@ export interface Option { label: string /** The element that will be in the `value` array while the option is checked */ value: string | number - icon?: SvelteComponentDev | string + icon?: SvelteComponentDev | string | any // SvelteComponentDev fails to type check }