diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json index 5f21649b..bf88d61d 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 | a" } + "rest_props": { "type": "Element", "name": "a | p" } }, { "moduleName": "ListBox", diff --git a/src/Link/Link.svelte b/src/Link/Link.svelte index 7073d97b..321d3756 100644 --- a/src/Link/Link.svelte +++ b/src/Link/Link.svelte @@ -1,5 +1,5 @@