@empathyco/x-components
Version:
Empathy X Components
14 lines (11 loc) • 303 B
JavaScript
import { defineComponent } from 'vue';
/**
* Renders a transition wrapping an element passed in the default slot and animating its width.
*
* @public
*/
var _sfc_main = defineComponent({
name: 'AnimateWidth',
});
export { _sfc_main as default };
//# sourceMappingURL=animate-width.vue2.js.map