isPresentationRole.d.ts 118 B

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