We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d2025 commit a8ba962Copy full SHA for a8ba962
packages/circuit-ui/components/Tabs/Tabs.tsx
@@ -39,7 +39,7 @@ export interface TabsProps extends TabListProps {
39
*/
40
items: {
41
id: string;
42
- tab: ReactNode;
+ tab: string;
43
panel: ReactNode;
44
}[];
45
}
0 commit comments