blob: bbc674596c4415325efc94b22df4d857d2f10ba5 [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { parse5 } from '@angular/cdk/schematics';
/**
* Parses the specified HTML content and looks for "script" elements which
* potentially import HammerJS. These elements will be returned.
*/
export declare function findHammerScriptImportElements(htmlContent: string): parse5.DefaultTreeElement[];