UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines (4 loc) 231 B
import { IButtonStyles } from './Button.types'; import { ITheme } from '../../Styling'; export declare function standardStyles(theme: ITheme): IButtonStyles; export declare function primaryStyles(theme: ITheme): IButtonStyles;