import { Ref } from 'vue'; /** * This composable expect a Vue reference to an HTML element. It sets * automatically the data attributes "data-scroll-(top|right|bottom|left)" * when the element is scrollable into this direction. */ export default function useScrollPossibilitiesClasses(refElement: Ref): {};