Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-commonjs/components/Icon/ImageIcon.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
368 B
TypeScript

import * as React from 'react';
import type { IImageIconProps } from './Icon.types';
/**
* Fast icon component which only supports images (not font glyphs) and can't be targeted by customizations.
* To style the icon, use `className` or reference `ms-Icon` in CSS.
* {@docCategory Icon}
*/
export declare const ImageIcon: React.FunctionComponent<IImageIconProps>;