mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +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/UIShell/SkipToContent.svelte.d.ts
vendored
2
types/UIShell/SkipToContent.svelte.d.ts
vendored
|
@ -13,7 +13,7 @@ export interface SkipToContentProps
|
|||
* Specify the tabindex
|
||||
* @default "0"
|
||||
*/
|
||||
tabindex?: string;
|
||||
tabindex?: number;
|
||||
|
||||
/**
|
||||
* SvelteKit attribute to enable data prefetching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue