@theia/filesystem
Version:
Theia - FileSystem Extension
4 lines • 312 B
TypeScript
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