<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SnippetConfigExtraParams](./x-components.snippetconfigextraparams.md)

## SnippetConfigExtraParams variable

**Signature:**

```typescript
_default: import("vue").DefineComponent<{
    values: {
        type: PropType<Dictionary<unknown>>;
    };
    excludedExtraParams: {
        type: PropType<(keyof SnippetConfig)[]>;
        default: () => Array<keyof SnippetConfig>;
    };
}, {
    extraParams: import("vue").Ref<Record<string, any>>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    values: {
        type: PropType<Dictionary<unknown>>;
    };
    excludedExtraParams: {
        type: PropType<(keyof SnippetConfig)[]>;
        default: () => Array<keyof SnippetConfig>;
    };
}>>, {
    excludedExtraParams: (keyof SnippetConfig)[];
}, {}>
```
