office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
17 lines (16 loc) • 406 B
TypeScript
declare const styles: {
root: string;
rootIsMaximizeFrame: string;
image: string;
imageIsLoaded: string;
imageIsCenter: string;
imageIsContain: string;
imageIsCover: string;
imageIsLandscape: string;
imageIsPortrait: string;
imageIsNone: string;
imageIsScaleWidthHeight: string;
imageIsScaleWidth: string;
imageIsScaleHeight: string;
};
export = styles;