<!-- 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) &gt; [config](./x-components.xmoduleoptions.config.md)

## XModuleOptions.config property

The options to override the default config state for the module.

**Signature:**

```typescript
config?: DeepPartial<ExtractState<ModuleName> extends {
        config: infer Config;
    } ? Config : never>;
```
