UNPKG

@uifabric/styling

Version:

Styling helpers for Fluent UI React.

8 lines (7 loc) 175 B
import { IFontStyles } from '../interfaces/index'; /** * {@docCategory FontClassNames} */ export declare const FontClassNames: { [key in keyof IFontStyles]?: string; };