UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

12 lines (11 loc) 246 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IPlatformPixelConverter { devicePixelsToPixel(a: number): number; } /** * @hidden */ export declare let IPlatformPixelConverter_$type: Type;