/** * @module scroll helpers */ import { types } from 'typestyle'; export declare const scrollBoth: types.NestedCSSProperties; export declare const scrollHorizontal: types.NestedCSSProperties; export declare const scrollVertical: types.NestedCSSProperties; /** * Cuts off the exccess content and disables the scroll bar */ export declare const scrollHidden: types.NestedCSSProperties; //# sourceMappingURL=scroll.d.ts.map