UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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