Skip to content
On this page

Home > @plaidev/karte-action-sdk > ImageProps

ImageProps type

Signature:

typescript
type ImageProps = CommonProps & ClickableProps & AspectProps & RadiusProps & BorderProps & {
    image?: string;
    width?: Properties["width"];
    height?: Properties["height"];
    alt?: string;
    shape?: keyof typeof IMAGE_ROUND_SHAPE;
};

References: CommonProps, ClickableProps, AspectProps, RadiusProps, BorderProps, IMAGE_ROUND_SHAPE