<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XModulesOptions](./x-components.xmodulesoptions.md)

## XModulesOptions type

Options for overriding the default config state and wiring for each [XModule](./x-components.xmodule.md)<!-- -->.

**Signature:**

```typescript
export type XModulesOptions = {
    [ModuleName in XModuleName]?: XModuleOptions<ModuleName>;
};
```
**References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [XModuleOptions](./x-components.xmoduleoptions.md)

