UNPKG

use-table-tools

Version:

react hook for building powerful table components

6 lines 206 B
export declare const isClient: boolean; export declare const useWindowSize: (shouldDoCalculations?: 'yes' | 'no') => { width: number; height: number; }; //# sourceMappingURL=use-window-size.d.ts.map