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 efb9489 commit b7cb883Copy full SHA for b7cb883
src/components/Image.tsx
@@ -19,8 +19,6 @@ export type IKImageProps = Omit<JSX.IntrinsicElements["img"], "src" | "srcSet" |
19
* widths is produced to cover all possible viewport sizes.
20
*/
21
width?: number | `${number}`;
22
-
23
24
}
25
26
function getInt(x: unknown): number {
0 commit comments