mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
parent
7e76cbc8a9
commit
924deee6f6
5 changed files with 32 additions and 7 deletions
6
types/Tabs/Tabs.svelte.d.ts
vendored
6
types/Tabs/Tabs.svelte.d.ts
vendored
|
@ -15,6 +15,12 @@ export interface TabsProps
|
|||
*/
|
||||
type?: "default" | "container";
|
||||
|
||||
/**
|
||||
* Set to `true` for tabs to have an auto-width
|
||||
* @default false
|
||||
*/
|
||||
autoWidth?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the chevron icon
|
||||
* @default "Show menu options"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue