UNPKG

ibag

Version:

A visual, fast, and customizable front-end scaffolding.

23 lines (22 loc) 526 B
"use strict"; 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;