From 87ffe983281faf78e02cb343a71b76ca5156a3e2 Mon Sep 17 00:00:00 2001 From: militant_gnome Date: Wed, 17 Jan 2024 11:43:37 +0200 Subject: [PATCH] HeaderGlobalAction ref type specified explicitly in JSDoc, docs rebuilt --- types/UIShell/HeaderGlobalAction.svelte.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/types/UIShell/HeaderGlobalAction.svelte.d.ts b/types/UIShell/HeaderGlobalAction.svelte.d.ts index f0a6cd78..36923a55 100644 --- a/types/UIShell/HeaderGlobalAction.svelte.d.ts +++ b/types/UIShell/HeaderGlobalAction.svelte.d.ts @@ -1,9 +1,7 @@ import type { SvelteComponentTyped } from "svelte"; -import type { SvelteHTMLElements } from "svelte/elements"; +import type { ButtonProps } from "../Button/Button.svelte"; -type RestProps = SvelteHTMLElements["button"]; - -export interface HeaderGlobalActionProps extends RestProps { +export interface HeaderGlobalActionProps extends ButtonProps { /** * Set to `true` to use the active variant * @default false