This commit is contained in:
focp212@naver.com
2025-10-14 16:01:06 +09:00
parent e9758f2240
commit b6d608a6fa
9 changed files with 82 additions and 53 deletions

View File

@@ -1,3 +1,4 @@
import { LoginResponse } from '@/entities/user/model/types';
import type { DefaultEvents, EventEmitter } from '@webview-bridge/web';
export {};
@@ -41,5 +42,6 @@ declare global {
ReactNativeWebView: {
postMessage: (data: string) => void;
};
saveToken: (token: LoginResponse) => void;
}
}
}