only-scrollbar
Version:
5 lines (4 loc) • 397 B
TypeScript
import { Axis, InternalFields, OnlyScrollbarEvents } from "../types";
export declare const findElementBySelector: (selector: string | Window | HTMLElement | undefined | null) => HTMLElement | null;
export declare const emit: (container: HTMLElement | Window, eventName: string & OnlyScrollbarEvents) => void;
export declare const getFieldsByAxis: (axis: Axis, listenAxis: Axis) => InternalFields;