import { CustomScroll } from 'vevet'; /** Global scrollable element */ export type TPageScrollSelector = undefined | CustomScroll | Window;