UNPKG

@rootbank/rootstrap

Version:

Root React Bootstrap 4 components

7 lines (6 loc) 225 B
import * as React from 'react'; import { CardImgProps as ReactStrapCardImgProps } from 'reactstrap'; interface CardImgProps extends ReactStrapCardImgProps { } export declare const CardImg: React.SFC<CardImgProps>; export {};