@empathyco/x-components
Version:
Empathy X Components
24 lines (18 loc) • 853 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[](./index.md) > [@empathyco/x-components](./x-components.md) > [ExtraParams](./x-components.extraparams.md)
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;
};
}>>, {}, {}>
```