UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines (7 loc) 266 B
import { IIconStyles } from './Icon.types'; export interface IIconClassNames { root?: string; rootHasPlaceHolder?: string; imageContainer?: string; } export declare const getClassNames: (customStyles?: IIconStyles | undefined) => IIconClassNames;