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