📄 FigureImage.d.ts
/home/palash/git/site/node_modules/react-bootstrap/cjs/FigureImage.d.ts
Language: ts • Lines: 4
import * as React from 'react';
import { ImageProps } from './Image';
declare const FigureImage: React.ForwardRefExoticComponent<ImageProps & React.RefAttributes<HTMLImageElement>>;
export default FigureImage;