You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
1.1 KiB

/**
* @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 { CdkTreeNodePadding } from '@angular/cdk/tree';
/**
* Wrapper for the CdkTree padding with Material design styles.
*/
import * as ɵngcc0 from '@angular/core';
export declare class MatTreeNodePadding<T, K = T> extends CdkTreeNodePadding<T, K> {
/** The level of depth of the tree node. The padding will be `level * indent` pixels. */
get level(): number;
set level(value: number);
/** The indent for each level. Default number 40px from material design menu sub-menu spec. */
get indent(): number | string;
set indent(indent: number | string);
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatTreeNodePadding<any, any>, never>;
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatTreeNodePadding<any, any>, "[matTreeNodePadding]", never, { "level": "matTreeNodePadding"; "indent": "matTreeNodePaddingIndent"; }, {}, never>;
}
//# sourceMappingURL=padding.d.ts.map