📄 CarouselCaption.d.ts
/home/palash/git/site/node_modules/react-bootstrap/esm/CarouselCaption.d.ts
Language: ts • Lines: 6
import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface CarouselCaptionProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const CarouselCaption: BsPrefixRefForwardingComponent<'div', CarouselCaptionProps>;
export default CarouselCaption;