@empathyco/x-components
Version:
Empathy X Components
34 lines (29 loc) • 1.28 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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>
```