UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

7 lines (6 loc) 266 B
/** * Returns the current actual scrollbar width. * For performance reasons this is memoized as the value is highly unlikely to change */ export declare const getScrollbarWidth: () => number; export declare const isCssMultiLineTruncationSupported: () => boolean;