check
Code copied to clipboard.
close
menu
menu_open
menu

LkImageProps

Describes props for the Image component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

type LkImageProps = React.ImgHTMLAttributes<HTMLImageElement> & {

 aspect?: LkAspectRatio;

 borderRadius?: LkSizeUnit | "none" | "zero" | undefined;

 objectFit?: React.CSSProperties["objectFit"];

 width?: LkSizeUnit | "auto";

 height?: LkSizeUnit | "auto";

};

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.