office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
21 lines (20 loc) • 430 B
TypeScript
declare const styles: {
root: string;
wrapper: string;
focused: string;
readOnly: string;
caretDown: string;
wrapperForError: string;
rootIsDisabled: string;
input: string;
callout: string;
errorMessage: string;
items: string;
item: string;
itemIsDisabled: string;
itemIsSelected: string;
header: string;
divider: string;
optionText: string;
};
export = styles;