We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8e04e commit 3364048Copy full SHA for 3364048
1 file changed
devconnect-app/src/components/PageLayout.tsx
@@ -35,6 +35,7 @@ interface TabsProps {
35
activeIndex: number;
36
setActiveIndex: (index: number) => void;
37
onTabClick?: (tabItem: any, index: number) => void;
38
+ className?: string;
39
}
40
41
const BackButton = () => {
0 commit comments