UNPKG

@visactor/vtable

Version:

canvas table width high performance

6 lines (5 loc) 387 B
import type { ScrollStyle } from '../ts-types'; export declare function getHorizontalScrollBarSize(scrollStyle?: ScrollStyle): number; export declare function getVerticalScrollBarSize(scrollStyle?: ScrollStyle): number; export declare function isValidStyle(style: (string | number) | (string | number)[]): boolean; export declare function isZeroStyle(style: number | number[]): boolean;