HeaderGlobalAction ref type specified explicitly in JSDoc, docs rebuilt

This commit is contained in:
militant_gnome 2024-01-17 11:43:37 +02:00 committed by Eric Liu
commit 87ffe98328

View file

@ -1,9 +1,7 @@
import type { SvelteComponentTyped } from "svelte"; 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 ButtonProps {
export interface HeaderGlobalActionProps extends RestProps {
/** /**
* Set to `true` to use the active variant * Set to `true` to use the active variant
* @default false * @default false