UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

8 lines (7 loc) 341 B
import * as React from 'react'; import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface CarouselItemProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> { interval?: number; } declare const CarouselItem: BsPrefixRefForwardingComponent<'div', CarouselItemProps>; export default CarouselItem;