office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
20 lines (19 loc) • 465 B
TypeScript
declare const styles: {
root: string;
choiceField: string;
input: string;
field: string;
fieldIsChecked: string;
fieldIsDisabled: string;
choiceFieldIsImage: string;
choiceFieldIsIcon: string;
fieldIsImage: string;
fieldIsIcon: string;
innerField: string;
imageWrapper: string;
imageWrapperIsHidden: string;
labelWrapper: string;
iconWrapper: string;
choiceFieldIsInFocus: string;
};
export = styles;