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 4ea3fa1 commit 88e5766Copy full SHA for 88e5766
packages/gatsby-image/index.d.ts
@@ -27,10 +27,8 @@ export interface FluidObject {
27
interface GatsbyImageProps {
28
resolutions?: FixedObject
29
sizes?: FluidObject
30
- fixed?: FixedObject
31
- fluid?: FluidObject
32
- fixedImages?: FixedObject[]
33
- fluidImages?: FluidObject[]
+ fixed?: FixedObject | FixedObject[]
+ fluid?: FluidObject | FluidObject[]
34
fadeIn?: boolean
35
title?: string
36
alt?: string
0 commit comments