lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
8 lines • 312 B
TypeScript
export default VisualOrderFollowsDOM;
/**
* @fileoverview Manual A11y audit to check that the visual layout of the page matches the DOM.
*/
declare class VisualOrderFollowsDOM extends ManualAudit {
}
import ManualAudit from '../../manual/manual-audit.js';
//# sourceMappingURL=visual-order-follows-dom.d.ts.map