UNPKG

@qualweb/wcag-techniques

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