UNPKG

portalis-component

Version:

Component Library for Nuxt 3 using TailwindCSS

3 lines (2 loc) 143 B
import type { Ref } from 'vue-demi'; export declare function onScrollBottom(element: Ref<HTMLElement>, handler: (event: Event) => void): void;