UNPKG

@tobejacob/myextension

Version:

The example extension demonstrates how to contribute a custom widget (i.e. a view or editor) to Eclipse Theia. Furthermore, the template contains an example unit test.

5 lines 235 B
import { ContainerModule } from '@theia/core/shared/inversify'; import '../../src/browser/style/index.css'; declare const _default: ContainerModule; export default _default; //# sourceMappingURL=myextension-frontend-module.d.ts.map