mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
HeaderGlobalAction ref type specified explicitly in JSDoc, docs rebuilt
This commit is contained in:
parent
bf60e0c0f3
commit
87ffe98328
1 changed files with 2 additions and 4 deletions
6
types/UIShell/HeaderGlobalAction.svelte.d.ts
vendored
6
types/UIShell/HeaderGlobalAction.svelte.d.ts
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue