We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c5963 commit 3f3dcd7Copy full SHA for 3f3dcd7
src/components/image/types/image.ts
@@ -25,6 +25,9 @@ export interface IImageStandAlone {
25
borderRadius?: string;
26
objectFit?: ImageObjectFitType;
27
component?: GenericImageType;
28
+ /**
29
+ * @deprecated This property will be removed. From an accesibility perspective, it is not recommended to use tabIndex on images.
30
+ */
31
tabIndex?: number;
32
}
33
0 commit comments