Repository URL to install this package:
|
Version:
3.0.1 ▾
|
@skava/ui
/
dist
/
components
/
presets
/
ProductPieces
/
ProductImageWithCaption
/
ProductImageWithCaption.d.ts
|
|---|
import React from 'react';
import { ProductImageWithCaptionProps } from './typings';
declare class ProductImageWithCaption extends React.PureComponent<ProductImageWithCaptionProps> {
static defaultProps: {
captionColor: string;
};
render(): JSX.Element;
}
export { ProductImageWithCaption };
export default ProductImageWithCaption;