UNPKG

@qualweb/wcag-techniques

Version:
7 lines 256 B
import type { QWElement } from '@qualweb/qw-element'; import { Technique } from '../lib/Technique.object'; declare class QW_WCAG_T2 extends Technique { execute(element: QWElement): void; } export { QW_WCAG_T2 }; //# sourceMappingURL=QW-WCAG-T2.d.ts.map