UNPKG

luna-data-grid

Version:

Grid for displaying datasets

15 lines (14 loc) 922 B
export declare function exportCjs(module: any, clazz: any): void; export declare function classPrefix(name: string): (str: string) => string; export declare const hasTouchSupport: boolean; export declare function eventClient(type: string, e: any): any; export declare function eventPage(type: string, e: any): any; export declare function measuredScrollbarWidth(): number; export declare function hasVerticalScrollbar(el: HTMLElement): boolean; export declare function executeAfterTransition(el: HTMLElement, callback: () => any): any; export declare function pxToNum(str: string): number; export declare function getPlatform(): string; export declare function resetCanvasSize(canvas: HTMLCanvasElement): void; export declare function loadImage(url: string): Promise<HTMLImageElement>; export declare function hasSelection(node: Node): boolean | null; export declare function mediaDurationFormat(seconds: number): string;