UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

6 lines (5 loc) 254 B
import type { PolymorphicForwardRefComponent } from '../../utils/index.js'; /** * `CarouselSlider` is the scrollable list that should consist of `CarouselSlide` components. */ export declare const CarouselSlider: PolymorphicForwardRefComponent<"div">;