Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Image component.
type LkImageProps = React.ImgHTMLAttributes<HTMLImageElement> & {
aspect?: LkAspectRatio;
borderRadius?: LkSizeUnit | "none" | "zero" | undefined;
objectFit?: React.CSSProperties["objectFit"];
width?: LkSizeUnit | "auto";
height?: LkSizeUnit | "auto";
};
Types with similar roles.