office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
4 lines (3 loc) • 374 B
TypeScript
import { ITheme } from '../../Styling';
import { IActivityItemStyles } from './ActivityItem.types';
export declare const getStyles: (theme?: ITheme, customStyles?: IActivityItemStyles | undefined, animateBeaconSignal?: boolean | undefined, beaconColorOne?: string | undefined, beaconColorTwo?: string | undefined, isCompact?: boolean | undefined) => IActivityItemStyles;