1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 14:57:02 +08:00
Files
AzurLaneAutoScript/webapp/packages/renderer/src/use/electron.ts

4 lines
83 B
TypeScript

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