1
0
Fork 0
blog/src/@types/Image.d.ts

8 lines
180 B
TypeScript

import { GatsbyImageProps } from 'gatsby-plugin-image'
export interface ImageProps extends GatsbyImageProps {
title?: string
original?: { src: string }
className?: string
}