apple-hig-mcp
Version:
High-performance MCP server providing instant access to Apple's Human Interface Guidelines via hybrid static/dynamic content delivery
14 lines • 695 B
TypeScript
export declare const chromium: {
launch: jest.Mock<Promise<{
newPage: jest.Mock<Promise<{
goto: jest.Mock<Promise<void>, [_url: string, _options?: any], any>;
title: jest.Mock<Promise<string>, [], any>;
content: jest.Mock<Promise<string>, [], any>;
$$eval: jest.Mock<Promise<any[]>, [_selector: string, _fn: Function], any>;
waitForLoadState: jest.Mock<Promise<void>, [_state: string, _options?: any], any>;
close: jest.Mock<Promise<void>, [], any>;
}>, [_options?: any], any>;
close: jest.Mock<Promise<void>, [], any>;
}>, [_options?: any], any>;
};
//# sourceMappingURL=playwright.d.ts.map