@angular/material
Version:
Angular Material
15 lines (14 loc) • 429 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
*/
import { CdkTreeNodeToggle } from '@angular/cdk/tree';
/**
* Wrapper for the CdkTree's toggle with Material design styles.
*/
export declare class MatTreeNodeToggle<T> extends CdkTreeNodeToggle<T> {
recursive: boolean;
}