<!-- 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<import("vue").ExtractPropTypes<{
    values: {
        type: PropType<Dictionary<unknown>>;
    };
    excludedExtraParams: {
        type: PropType<Array<keyof SnippetConfig>>;
        default: () => Array<keyof SnippetConfig>;
    };
}>, {
    extraParams: import("vue").Ref<Record<string, any>, Record<string, any>>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    values: {
        type: PropType<Dictionary<unknown>>;
    };
    excludedExtraParams: {
        type: PropType<Array<keyof SnippetConfig>>;
        default: () => Array<keyof SnippetConfig>;
    };
}>> & Readonly<{}>, {
    excludedExtraParams: (keyof SnippetConfig)[];
}, {}, {
    ExtraParams: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
