mirror of
https://github.com/penpot/penpot.git
synced 2026-05-05 08:08:27 +00:00
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const IS_MULTI_USER_MODE: boolean;
|
|
declare const PENPOT_MCP_WEBSOCKET_URL: string;
|
|
declare const PENPOT_MCP_VERSION: string;
|