[**`@jupyterlite`**](../../../../../README.md) ***` [@jupyterlite](../../../../../README.md) / [@jupyterlite/application](../../../README.md) / [SingleWidgetApp](../README.md) / IPluginModule # Interface: `IPluginModule` Defined in: [packages/application/src/singleWidgetApp.ts:117](https://github.com/jupyterlite/jupyterlite/blob/393c87f44bc9667653a1f5523e516c1dcfc6e217/packages/application/src/singleWidgetApp.ts#L117) The interface for a module that exports a plugin or plugins as the default value. ## Properties ### `default` > `**default**: `JupyterFrontEndPlugin`\<`any`\> \| `JupyterFrontEndPlugin`\<`any`\>[] Defined in: [packages/application/src/singleWidgetApp.ts:121](https://github.com/jupyterlite/jupyterlite/blob/393c87f44bc9667653a1f5523e516c1dcfc6e217/packages/application/src/singleWidgetApp.ts#L121) The default export.