office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
25 lines (24 loc) • 570 B
TypeScript
declare const styles: {
root: string;
screenReaderOnly: string;
fieldGroup: string;
fieldGroupIsFocused: string;
rootIsDisabled: string;
fieldAddon: string;
field: string;
hasIcon: string;
rootIsRequired: string;
rootIsActive: string;
errorIcon: string;
icon: string;
description: string;
rootIsBorderless: string;
rootIsUnderlined: string;
wrapper: string;
rootIsMultiline: string;
errorMessage: string;
invalid: string;
fieldIsUnresizable: string;
hidden: string;
};
export = styles;