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