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_T9 extends Technique { execute(element: QWElement): void; } export { QW_WCAG_T9 }; //# sourceMappingURL=QW-WCAG-T9.d.ts.map