UNPKG

lighthouse

Version:

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

8 lines 297 B
export default CustomControlsLabels; /** * @fileoverview Manual A11y audit to assert custom controls have associated labels. */ declare class CustomControlsLabels extends ManualAudit { } import ManualAudit from '../../manual/manual-audit.js'; //# sourceMappingURL=custom-controls-labels.d.ts.map