mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 14:39:29 +08:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export function useElectron(): Readonly<ElectronApi> {
|
|
return window.electron;
|
|
}
|