From 02f200d64336e4c277692a4e8cfc0ebeeffe8c81 Mon Sep 17 00:00:00 2001 From: Kevin W Date: Tue, 3 Dec 2019 21:30:56 -0800 Subject: [PATCH] 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 --- types/gestalt/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/gestalt/index.d.ts b/types/gestalt/index.d.ts index 50353804de..e9a06bb136 100644 --- a/types/gestalt/index.d.ts +++ b/types/gestalt/index.d.ts @@ -738,6 +738,7 @@ export interface TabsProps { } ) => void; tabs: ReadonlyArray<{ text: any; href: string }>; + wrap?: boolean; } /*