UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 399 B
export declare function setStyle<T extends HTMLElement>(element: T, style: Partial<CSSStyleDeclaration>): Partial<CSSStyleDeclaration>; export declare function getScrollParent(node: HTMLElement | null): HTMLElement; export declare function getScrollBarGap(): number; export declare function isPassiveEventsSupported(): boolean; export declare function isRootHTMLElement(node: HTMLElement): boolean;