UNPKG

lighthouse

Version:

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

8 lines 273 B
export default ManagedFocus; /** * @fileoverview Manual A11y audit for focusing new content that's added to the page. */ declare class ManagedFocus extends ManualAudit { } import ManualAudit from '../../manual/manual-audit.js'; //# sourceMappingURL=managed-focus.d.ts.map