UNPKG

infinity-forge

Version:
11 lines (10 loc) 251 B
import { CSSProperties } from "react"; export interface NextImageProps { alt?: string; onClick?: () => void; className?: string; forceLoading?: boolean; src: string | undefined; srcMobile?: string; style?: CSSProperties; }