isInteractiveElement.d.ts 120 B

12
  1. import { ElementAst } from '@angular/compiler';
  2. export declare const isInteractiveElement: (el: ElementAst) => boolean;