UNPKG

339 BTypeScriptView Raw
1import * as React from "react";
2
3declare namespace CarouselCaption {
4 export interface CarouselCaptionProps extends React.HTMLProps<CarouselCaption> {
5 componentClass?: React.ElementType | undefined;
6 }
7}
8declare class CarouselCaption extends React.Component<CarouselCaption.CarouselCaptionProps> {}
9export = CarouselCaption;