UNPKG

@boxslider/react

Version:

BoxSlider React Components

10 lines (9 loc) 467 B
import type { CarouselSliderElement } from '@boxslider/components/Carousel'; import { type BaseComponentProps } from './core'; import '@boxslider/components/Carousel'; export interface CarouselSliderProps extends BaseComponentProps<CarouselSliderElement> { timingFunction?: string; cover?: boolean; } export declare function CarouselSlider({ sliderRef, ...props }: CarouselSliderProps): import("react/jsx-runtime").JSX.Element; export default CarouselSlider;