@angular/cdk
Version:
Angular Material Component Development Kit
12 lines (11 loc) • 489 B
TypeScript
/**
* @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
*/
/// <amd-module name="@angular/cdk/schematics/utils/parse5-element" />
import { DefaultTreeElement } from 'parse5';
/** Determines the indentation of child elements for the given Parse5 element. */
export declare function getChildElementIndentation(element: DefaultTreeElement): number;