Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
presets
/
ProductPieces
/
ProductImageWithCaption
/
typings.tsx
|
|---|
import { FigureProps } from 'molecules/Figure'
export interface ProductImageWithCaptionProps extends FigureProps {
captionColor?: string
}