<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XModuleOptions](./x-components.xmoduleoptions.md)

## XModuleOptions interface

Options for overriding the default config state and wiring for a [XModule](./x-components.xmodule.md)<!-- -->.

**Signature:**

```typescript
export interface XModuleOptions<ModuleName extends XModuleName> 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [config?](./x-components.xmoduleoptions.config.md) |  | DeepPartial&lt;[ExtractState](./x-components.extractstate.md)<!-- -->&lt;ModuleName&gt; extends { config: infer Config; } ? Config : never&gt; | _(Optional)_ The options to override the default config state for the module. |
|  [wiring?](./x-components.xmoduleoptions.wiring.md) |  | Partial&lt;[Wiring](./x-components.wiring.md)<!-- -->&gt; | _(Optional)_ The options to override the default wiring configuration for the module. |

