mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-24 13:14:35 +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:
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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user