UNPKG

@freecodecamp/ui

Version:

The freeCodeCamp.org open-source UI components

4 lines (3 loc) 183 B
import React from "react"; import { type ImageProps } from "./types"; export declare const Image: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>;