blob: 0ac28acfdfff66d8d34c4770a7b56e5fd1ebc90d [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 { CdkTree } from '@angular/cdk/tree';
import { MatTreeNodeOutlet } from './outlet';
/**
* Wrapper for the CdkTable with Material design styles.
*/
export declare class MatTree<T> extends CdkTree<T> {
_nodeOutlet: MatTreeNodeOutlet;
}