UNPKG

@ng-matero/extensions

Version:
10 lines (9 loc) 396 B
/** * @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 */ /** closest implementation that is able to start from non-Element Nodes. */ export declare function closest(element: EventTarget | Element | null | undefined, selector: string): Element | null;