mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Revert "HeaderGlobalActions: type definition, doc and test updated"
This reverts commit 733ab2ccedcb4da95257d11d7bfd68de25044d9c.
This commit is contained in:
parent
bc4a3cd439
commit
e75c730cad
3 changed files with 6 additions and 4 deletions
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