// ** MUI Imports import Box from '@mui/material/Box' import { Direction } from '@mui/material' import Image from 'next/image' // ** Third Party Components import { useKeenSlider } from 'keen-slider/react' const SwiperSpacing = ({ direction }: { direction: Direction }) => { // ** Hook const [ref] = useKeenSlider({ rtl: direction === 'rtl', slides: { perView: 2, spacing: 16 } }) return ( swiper 16 swiper 17 swiper 18 swiper 19 swiper 20 ) } export default SwiperSpacing