office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
20 lines (19 loc) • 414 B
TypeScript
declare const styles: {
root: string;
title: string;
caretDown: string;
titleIsPlaceHolder: string;
rootIsDisabled: string;
titleIsError: string;
panel: string;
callout: string;
errorMessage: string;
items: string;
item: string;
itemIsDisabled: string;
itemIsSelected: string;
header: string;
divider: string;
optionText: string;
};
export = styles;