UNPKG

systelab-components-wdio-test

Version:
7 lines (6 loc) 275 B
import { Request, Response } from 'express'; export declare class WindowAPI { static getSize(req: Request, res: Response): Promise<any>; static setSize(req: Request, res: Response): Promise<any>; static setFullscreen(req: Request, res: Response): Promise<any>; }