UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 407 B
export declare module ScrollPagingUtils { const scrollAttributeName = "omnia_scroll_paging_attribute"; function isScrollable(ele: any): boolean; function registerScrollPagingWithDefaultScrollWrapper(elem: HTMLElement, nextPage: () => Promise<boolean>, onUnregister?: () => void): void; function removeScrollPaging(elem: HTMLElement): void; function getScrollableParent(ele: any): any; }