Skip to content

Commit 3364048

Browse files
committed
type
1 parent 5b8e04e commit 3364048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devconnect-app/src/components/PageLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ interface TabsProps {
3535
activeIndex: number;
3636
setActiveIndex: (index: number) => void;
3737
onTabClick?: (tabItem: any, index: number) => void;
38+
className?: string;
3839
}
3940

4041
const BackButton = () => {

0 commit comments

Comments
 (0)