mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
Tabindex should be a number not a string
This commit is contained in:
parent
43b3029d50
commit
89bd587dc2
23 changed files with 24 additions and 24 deletions
2
types/Tooltip/Tooltip.svelte.d.ts
vendored
2
types/Tooltip/Tooltip.svelte.d.ts
vendored
|
@ -50,7 +50,7 @@ export interface TooltipProps
|
|||
* Set the button tabindex
|
||||
* @default "0"
|
||||
*/
|
||||
tabindex?: string;
|
||||
tabindex?: number;
|
||||
|
||||
/**
|
||||
* Set an id for the tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue