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:
Kevin W 2019-12-03 21:30:56 -08:00 committed by Ron Buckton
parent b1a6ee348e
commit 02f200d643

View File

@ -738,6 +738,7 @@ export interface TabsProps {
}
) => void;
tabs: ReadonlyArray<{ text: any; href: string }>;
wrap?: boolean;
}
/*