mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added wrap prop for the TabsProps interface (gestalt) (#40782)
* Added wrap prop for the TabsProps interface Added the missing wrap prop for the TabsProps interface. * Fixed the typo
This commit is contained in:
parent
b1a6ee348e
commit
02f200d643
1
types/gestalt/index.d.ts
vendored
1
types/gestalt/index.d.ts
vendored
@ -738,6 +738,7 @@ export interface TabsProps {
|
||||
}
|
||||
) => void;
|
||||
tabs: ReadonlyArray<{ text: any; href: string }>;
|
||||
wrap?: boolean;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user