1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-28 17:29:59 +08:00
Files
AzurLaneAutoScript/webapp/packages/renderer/src/use/electron.ts

4 lines
83 B
TypeScript

export function useElectron(): Readonly<ElectronApi> {
return window.electron;
}