UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 143 B
import * as React from 'react'; import { IImageProps } from './Image.types'; export declare const Image: React.FunctionComponent<IImageProps>;