# elasticpress/5.3.5/assets/js/sync-ui/config.js

ElasticPress, version 5.3.5. 27 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/assets/js/sync-ui/config.js
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/assets/js/sync-ui/config.js
- Modified: 2023-11-01T18:08:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/5.3.5/code/assets/js/sync-ui/config.js#L10-L20`.

```javascript
/**
 * Window dependencies.
 */
const {
	autoIndex,
	apiUrl,
	indexMeta,
	indexables,
	isEpio,
	nonce,
	postTypes,
	syncHistory,
	syncTrigger,
} = window.epDash;

export {
	autoIndex,
	apiUrl,
	indexables,
	indexMeta,
	isEpio,
	nonce,
	postTypes,
	syncHistory,
	syncTrigger,
};

```
