Files

7 lines
176 B
TypeScript
Raw Permalink Normal View History

2024-12-16 22:37:21 -07:00
/// <reference types="@rsbuild/core/types" />
/// <reference types="@types/vscode-webview" />
2025-03-02 22:55:54 -07:00
interface Window {
webviewProps?: import('../shared/messages').WebviewProps;
}