diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json index 57d3a1e4..5f21649b 100644 --- a/docs/src/COMPONENT_API.json +++ b/docs/src/COMPONENT_API.json @@ -5347,7 +5347,7 @@ { "type": "forwarded", "name": "mouseleave", "element": "p" } ], "typedefs": [], - "rest_props": { "type": "Element", "name": "p" } + "rest_props": { "type": "Element", "name": "p | a" } }, { "moduleName": "ListBox", diff --git a/types/Link/Link.svelte.d.ts b/types/Link/Link.svelte.d.ts index c933c46c..c1054041 100644 --- a/types/Link/Link.svelte.d.ts +++ b/types/Link/Link.svelte.d.ts @@ -2,7 +2,8 @@ import { SvelteComponentTyped } from "svelte"; export interface LinkProps - extends svelte.JSX.HTMLAttributes { + extends svelte.JSX.HTMLAttributes, + svelte.JSX.HTMLAttributes { /** * Specify the size of the link * @default undefined