@empathyco/x-components
Version:
Empathy X Components
16 lines (10 loc) • 524 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XModuleOptions](./x-components.xmoduleoptions.md) > [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>;
```