mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 15:18:59 +00:00
Original repository: https://github.com/penpot/penpot-mcp Imported commit: fcfa67e908fc54e23a3a3543dee432472dc90c5d
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const IS_MULTI_USER_MODE: boolean;
|
|
declare const PENPOT_MCP_WEBSOCKET_URL: string;
|