refactor: add ts sources for sdk shims

This commit is contained in:
2026-04-03 11:10:28 +08:00
parent fa9c74e7b7
commit 23a61be07b
6 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1 @@
export function TungstenLiveMonitor() {
return null
}
export { TungstenLiveMonitor } from './TungstenLiveMonitor.ts'

View File

@@ -0,0 +1,3 @@
export function TungstenLiveMonitor() {
return null
}