blob: 12a8c997ea3e6f8d53459e21573b634093e9b402 [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 { DefaultTreeElement } from 'parse5';
/** Determines the indentation of child elements for the given Parse5 element. */
export declare function getChildElementIndentation(element: DefaultTreeElement): number;