/** * Represents the `IScrollable` interface. * * @public */ export interface IScrollable { /** * Returns the scrollable element. */ getScrollableElement(): HTMLElement; } //# sourceMappingURL=IScrollable.d.ts.map