UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 596 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [InstallXOptions](./x-components.installxoptions.md) &gt; [installExtraPlugins](./x-components.installxoptions.installextraplugins.md) ## InstallXOptions.installExtraPlugins property Adds the option to install more Vue plugins, giving access to the [SnippetConfig](./x-components.snippetconfig.md) and the XBus. **Signature:** ```typescript installExtraPlugins?: (options: ExtraPluginsOptions) => void | Promise<void>; ```