GoScrobble/web/node_modules/react-bootstrap/cjs/FigureImage.d.ts

5 lines
205 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import React from 'react';
import { ImageProps } from './Image';
declare const FigureImage: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>;
export default FigureImage;