mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Revert "HeaderGlobalActions: type definition, doc and test updated"
This reverts commit 733ab2ccedcb4da95257d11d7bfd68de25044d9c.
This commit is contained in:
parent
321813f828
commit
bf60e0c0f3
2 changed files with 5 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
<SkipToContent />
|
||||
</div>
|
||||
<HeaderUtilities>
|
||||
<HeaderGlobalAction iconDescription="Settings" icon="{SettingsAdjust}" />
|
||||
<HeaderGlobalAction aria-label="Settings" icon="{SettingsAdjust}" />
|
||||
<HeaderAction
|
||||
bind:isOpen
|
||||
on:open
|
||||
|
|
6
types/UIShell/HeaderGlobalAction.svelte.d.ts
vendored
6
types/UIShell/HeaderGlobalAction.svelte.d.ts
vendored
|
@ -1,7 +1,9 @@
|
|||
import type { SvelteComponentTyped } from "svelte";
|
||||
import type { ButtonProps } from "../Button/Button.svelte";
|
||||
import type { SvelteHTMLElements } from "svelte/elements";
|
||||
|
||||
export interface HeaderGlobalActionProps extends ButtonProps {
|
||||
type RestProps = SvelteHTMLElements["button"];
|
||||
|
||||
export interface HeaderGlobalActionProps extends RestProps {
|
||||
/**
|
||||
* Set to `true` to use the active variant
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue