UNPKG

@qualweb/wcag-techniques

Version:
9 lines 317 B
import type { QWElement } from '@qualweb/qw-element'; import { Technique } from '../lib/Technique.object'; declare class QW_WCAG_T6 extends Technique { execute(element: QWElement): void; private fillPassedResult; private fillWarningResult; } export { QW_WCAG_T6 }; //# sourceMappingURL=QW-WCAG-T6.d.ts.map