office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
22 lines (21 loc) • 522 B
TypeScript
declare const styles: {
root: string;
rootIsSelectAllHidden: string;
cell: string;
cellIsCheck: string;
cellWrapperPadded: string;
cellIsActionable: string;
cellIsEmpty: string;
cellSizer: string;
cellIsResizing: string;
collapseButton: string;
collapseButtonIsCollapsed: string;
iconOnlyHeader: string;
nearIcon: string;
filterChevron: string;
cellTitle: string;
checkTooltip: string;
cellTooltip: string;
sizingOverlay: string;
};
export = styles;