mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 19:43:48 +00:00
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;
|