mirror of
https://github.com/penpot/penpot.git
synced 2026-05-16 05:23:39 +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;
|