UNPKG

@odoo/o-spreadsheet

Version:
10 lines (9 loc) 303 B
import { Pixel } from "../types/misc"; import { ScrollDirection } from "../types/scroll_direction"; export declare class ScrollBar { private direction; el: HTMLElement; constructor(el: HTMLElement | null, direction: ScrollDirection); get scroll(): Pixel; set scroll(value: Pixel); }