import BaseDirective from 'primevue/basedirective';

const BaseAnimateOnScroll = BaseDirective.extend({});

export default BaseAnimateOnScroll;