cef implementation

This commit is contained in:
Oleksandr Honcharov
2024-06-11 21:34:35 +03:00
parent 39ab22f9aa
commit 17ef98cbd2
5 changed files with 75 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import rpc from 'rage-rpc'
class Cef {
public register() {}
public trigger() {}
public triggerServer() {}
public triggerClient() {}
}
export const fw = {
event: new Cef(),
}