mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
5 lines
205 B
TypeScript
5 lines
205 B
TypeScript
import React from 'react';
|
|
import { ImageProps } from './Image';
|
|
declare const FigureImage: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>;
|
|
export default FigureImage;
|