Skip to content

Commit

Permalink
Update packages/react/src/ImageSlider/ImageSlider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Smedinga <[email protected]>
  • Loading branch information
dlnr and VincentSmedinga authored Nov 5, 2024
1 parent 6248363 commit 05fa52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ImageSlider/ImageSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Image, ImageProps } from '../Image/Image'

export type ImageSliderImageProps = Omit<ImageProps, 'aspectRatio'> & {
/** Specify the aspect ratio to use for the images. */
aspectRatio: Exclude<Ratio, 'tall' | 'x-tall' | '2x-wide'>
aspectRatio: Pick<Ratio, 'square' | 'wide' | 'x-wide'>
}

export type ImageSliderProps = {
Expand Down

0 comments on commit 05fa52a

Please sign in to comment.