office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
16 lines (15 loc) • 332 B
TypeScript
declare const styles: {
    root: string;
    titleLabel: string;
    line: string;
    activeSection: string;
    inactiveSection: string;
    showTransitions: string;
    thumb: string;
    slideBox: string;
    container: string;
    valueLabel: string;
    rootIsEnabled: string;
    rootIsDisabled: string;
};
export = styles;