blob: 1f680319e6b9a1545c86d3645d9d7fbf47d5a8cd [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 { 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;
}