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

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;