export interface ScrollBarOptions { showVerticalScrollBar: boolean; showHorizontalScrollBar: boolean; dataLength?: number; modalStyle?: any; // this any will be changed }