UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 237 B
import { hiddenContentStyle } from '../../Styling'; export var getStyles = function (props) { return { root: props.className, screenReaderText: hiddenContentStyle }; }; //# sourceMappingURL=Announced.styles.js.map