@launchmenu/core
Version:
An environment for visual keyboard controlled applets
9 lines • 388 B
TypeScript
import { IContent } from "../_types/IContent";
/**
* Scrolls the content up or down
* @param content The content to be scrolled
* @param amount The amount to scroll, with negative numbers representing up
* @returns Whether the scroll was changed
*/
export declare function scrollContent(content: IContent, amount: number): boolean;
//# sourceMappingURL=scrollContent.d.ts.map