UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

6 lines (5 loc) 216 B
import { MatTreeNestedDataSource } from '@angular/material/tree'; /** * Forces a re-render of the tree backed by the datasource */ export declare function refreshTree(tree: MatTreeNestedDataSource<unknown>): void;