UNPKG

@theia/filesystem

Version:
4 lines 312 B
import { interfaces, Container } from '@theia/core/shared/inversify'; import { TreeContainerProps } from '@theia/core/lib/browser'; export declare function createFileTreeContainer(parent: interfaces.Container, overrides?: Partial<TreeContainerProps>): Container; //# sourceMappingURL=file-tree-container.d.ts.map