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