[O3 Framework](../API.md) / UseConfigOptions

# Interface: UseConfigOptions

Defined in: [packages/framework/esm-react-utils/src/useConfig.ts:134](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useConfig.ts#L134)

## Properties

### externalModuleName?

> `optional` **externalModuleName**: `string`

Defined in: [packages/framework/esm-react-utils/src/useConfig.ts:137](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/useConfig.ts#L137)

An external module to load the configuration from. This option should only be used if
absolutely necessary as it can end up making frontend modules coupled to one another.
