gatsby
Version:
Blazing fast modern site generator for React
24 lines (23 loc) • 576 B
JavaScript
exports.__esModule = true;
exports.RouteAnnouncerProps = void 0;
// This is extracted to separate module because it's shared
// between browser and SSR code
const RouteAnnouncerProps = {
id: `gatsby-announcer`,
style: {
position: `absolute`,
top: 0,
width: 1,
height: 1,
padding: 0,
overflow: `hidden`,
clip: `rect(0, 0, 0, 0)`,
whiteSpace: `nowrap`,
border: 0
},
"aria-live": `assertive`,
"aria-atomic": `true`
};
exports.RouteAnnouncerProps = RouteAnnouncerProps;
//# sourceMappingURL=route-announcer-props.js.map
;