/** * @file /src/utils/window.ts * @name Window * @description Utility functions for interacting with the window object. */ /** * Converts millimeters to pixels. * * @param mm - The length in millimeters. * @returns The length in pixels. */ export declare const mmToPixels: (mm: number) => number; //# sourceMappingURL=window.d.ts.map