<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExtraParams](./x-components.extraparams.md)

## ExtraParams variable

It emits a [ExtraParamsXEvents.ExtraParamsProvided](./x-components.extraparamsxevents.extraparamsprovided.md) with the values received as a prop.

**Signature:**

```typescript
_default: import("vue").DefineComponent<{
    values: {
        type: PropType<Dictionary<unknown>>;
        required: true;
    };
}, () => void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    values: {
        type: PropType<Dictionary<unknown>>;
        required: true;
    };
}>>, {}, {}>
```
