fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
12 lines (11 loc) • 543 B
TypeScript
import React from 'react';
import { ImageProps } from './type';
declare const Image: {
({ as, className, wrapped, href, hidden, disabled, avatar, bordered, fluid, rounded, circular, centered, verticalAlign, ui, size, content, children, ...props }: ImageProps): JSX.Element;
displayName: string;
Group: {
({ as, size, className, content, children, ...props }: import("./type").ImageGroupProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
};
export default Image;