mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 14:57:02 +08:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export function useElectron(): Readonly<ElectronApi> {
|
|
return window.electron;
|
|
}
|