• Parameters

    Returns {
        currentIndex: number;
        currentTab: MediaTab;
        duration: null | string;
        handleCurrentIndex: (index: number) => void;
        handleDuration: (value: null | string) => void;
        handleTab: (_: SyntheticEvent, newValue: MediaTab) => void;
        mediaTabs: MediaProps[];
        styles: {
            contaier: {
                height: string;
                padding: { md: string; xs: string };
                width: string;
            };
            galleryContainer: { height: string; pt: number; width: string };
            headerContainer: { height: string; width: string };
            tabItem: { textTransform: string };
            tabsContainer: { heigth: string };
        };
    }