UNPKG

reactstrap

Version:
12 lines (9 loc) 336 B
import * as React from 'react'; import { CSSModule } from './utils'; export interface CardImgOverlayProps extends React.HTMLAttributes<HTMLElement> { [key: string]: any; tag?: React.ElementType; cssModule?: CSSModule; } declare class CardImgOverlay extends React.Component<CardImgOverlayProps> {} export default CardImgOverlay;