* TP-24980 | Package version bump and submodule update
* enable sso TP-122
* TP-122 update rnUi
* fix crypto js failing issue TP-122
* error handling add TP-122
* change error text TP-122
* add disable button timer TP-122
* remove extra dispatch TP-122
* fix UI with design TP-122
* fix icon TP-122
* fix design nit picks and add google icon TP-122
* Revert "TP-25967 | Added Web Alias config + Updating NewAddressContainer with alias (#266)" (#267)
This reverts commit c9fefc0309.
* move code back to AuthRouter TP-122
* foreground service notification title and config update TP-122
* fix package json TP-122
* emiBreakupBottomSheet formatting revert TP-122
* remoce disable function TP-122
Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com>
Co-authored-by: Himanshu Kansal <himanshu.kansal@navi.com>
8 lines
73 B
TypeScript
8 lines
73 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
server: any;
|
|
}
|
|
}
|