mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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 { 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue