File: /var/dev/nowruzgan/travelogue/node_modules/ol/pixel.d.ts
/**
* @module ol/pixel
*/
/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array<number>} Pixel
* @api
*/
/** @type {undefined} */
export let nothing: undefined;
/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
*/
export type Pixel = Array<number>;
//# sourceMappingURL=pixel.d.ts.map