lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
16 lines • 463 B
TypeScript
export default WebMcpFormCoverage;
declare class WebMcpFormCoverage extends Audit {
/**
* @param {LH.Artifacts} artifacts
* @return {LH.Audit.Product}
*/
static audit(artifacts: LH.Artifacts): LH.Audit.Product;
}
export namespace UIStrings {
let title: string;
let description: string;
let displayValue: string;
let columnForm: string;
}
import { Audit } from './audit.js';
//# sourceMappingURL=webmcp-form-coverage.d.ts.map