UNPKG

340 BTypeScriptView Raw
1import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
2export interface CarouselItemProps extends BsPrefixPropsWithChildren {
3 interval?: number;
4}
5declare type CarouselItem = BsPrefixRefForwardingComponent<'div', CarouselItemProps>;
6declare const CarouselItem: CarouselItem;
7export default CarouselItem;