mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Run npm run build:docs
This commit is contained in:
parent
763fd49c8f
commit
84c30098fb
3 changed files with 39 additions and 0 deletions
14
types/UIShell/HeaderAction.svelte.d.ts
vendored
14
types/UIShell/HeaderAction.svelte.d.ts
vendored
|
@ -31,6 +31,20 @@ type $Props = {
|
|||
*/
|
||||
text?: string;
|
||||
|
||||
/**
|
||||
* Specify an icon tooltip.
|
||||
* This only works if `text` or a named slot "text" is not provided.
|
||||
* @default undefined
|
||||
*/
|
||||
iconDescription?: string;
|
||||
|
||||
/**
|
||||
* Set the alignment of the tooltip relative to the icon.
|
||||
* This only works if `iconDescription` is provided.
|
||||
* @default "center"
|
||||
*/
|
||||
tooltipAlignment?: "start" | "center" | "end";
|
||||
|
||||
/**
|
||||
* Obtain a reference to the button HTML element
|
||||
* @default null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue