office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
25 lines (24 loc) • 558 B
TypeScript
declare const styles: {
root: string;
overlay: string;
main: string;
rootIsSmall: string;
rootIsSmallLeft: string;
rootIsSmallFluid: string;
rootIsMedium: string;
rootIsLarge: string;
rootIsXLarge: string;
rootIsCustom: string;
rootIsFixed: string;
rootIsOpen: string;
closeButton: string;
contentInner: string;
rootHasCloseButton: string;
header: string;
content: string;
footerInner: string;
footer: string;
footerIsSticky: string;
headerText: string;
};
export = styles;