UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

9 lines 325 B
export default OffscreenContentHidden; /** * @fileoverview Manual A11y audit to check that offscreen content is hidden from * assistive technology. */ declare class OffscreenContentHidden extends ManualAudit { } import ManualAudit from '../../manual/manual-audit.js'; //# sourceMappingURL=offscreen-content-hidden.d.ts.map