UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

8 lines 281 B
import { styled } from '../../Utilities'; import { ImageBase } from './Image.base'; import { getStyles } from './Image.styles'; export var Image = styled(ImageBase, getStyles, undefined, { scope: 'Image', }, true); Image.displayName = 'Image'; //# sourceMappingURL=Image.js.map