@empathyco/x-components
Version:
Empathy X Components
26 lines (21 loc) • 999 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnimateScale](./x-components.animatescale.md)
## AnimateScale variable
**Signature:**
```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
animationOrigin: {
type: PropType<AnimationOrigin>;
default: string;
};
}>, (_ctx: any, _cache: any) => 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<{
animationOrigin: {
type: PropType<AnimationOrigin>;
default: string;
};
}>> & Readonly<{}>, {
animationOrigin: AnimationOrigin;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```