diff options
| author | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2025-08-06 02:11:42 -0700 |
|---|---|---|
| committer | Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> | 2025-08-06 02:11:42 -0700 |
| commit | 80e315ec800feeb91b858c2ad7816071725eeaee (patch) | |
| tree | e6cf818423afd2c9b6ae168f3150c7d36021ecdf /src/global.d.ts | |
| parent | 79ec5fd1f0188a88f937737185c542e644cf98e4 (diff) | |
fix: handle namespace and add proxy support22poqj-codex/test-uiuc-api-cors-response
Diffstat (limited to 'src/global.d.ts')
| -rw-r--r-- | src/global.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.d.ts b/src/global.d.ts new file mode 100644 index 0000000..d2d9941 --- /dev/null +++ b/src/global.d.ts @@ -0,0 +1,2 @@ +declare module 'react-cytoscapejs'; +declare module 'cytoscape-dagre'; |
