UNPKG

@mantine/carousel

Version:
8 lines (7 loc) 438 B
import type { CarouselProps } from '../Carousel'; interface CarouselVariablesProps extends CarouselProps { selector: string; } export declare function CarouselVariables({ slideGap, slideSize, selector }: CarouselVariablesProps): import("react/jsx-runtime").JSX.Element; export declare function CarouselContainerVariables({ slideGap, slideSize, selector, }: CarouselVariablesProps): import("react/jsx-runtime").JSX.Element; export {};