@empathyco/x-components
Version:
Empathy X Components
16 lines (10 loc) • 754 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [/x-components](./x-components.md) > [NoAnimation](./x-components.noanimation.md)
## NoAnimation variable
Component to be used as `default` for animation props together with dynamic components `<component :is="animation">` in the template.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}> | "", {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```