UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines (7 loc) 295 B
import { IStyle } from '../../../Styling'; export declare type IButtonBasicExampleStyleProps = {}; export interface IButtonBasicExampleStyles { example?: IStyle; twoup?: IStyle; } export declare function getStyles(props: IButtonBasicExampleStyleProps): IButtonBasicExampleStyles;