UNPKG

@empathyco/x-components

Version:
30 lines (24 loc) 942 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FadeAndSlide](./x-components.fadeandslide.md) ## FadeAndSlide variable Renders a transition group wrapping the elements passed in the default slot and animating them with a fade and slide animation. **Signature:** ```typescript _default: import("vue").DefineComponent<{ tag: StringConstructor; appear: { type: BooleanConstructor; default: boolean; }; }, { name: import("vue").ComputedRef<string>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ tag: StringConstructor; appear: { type: BooleanConstructor; default: boolean; }; }>>, { appear: boolean; }, {}> ```