From b3259e6db93caf512363610d55d2175eb8268340 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 9 Apr 2022 11:18:20 -0700 Subject: [PATCH] Run "yarn build:docs" --- docs/src/COMPONENT_API.json | 2 +- types/Link/Link.svelte.d.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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