Repository URL to install this package:
|
Version:
2.1.16 ▾
|
@skava/ui-presets
/
dist
/
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;