/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/constants/remote.tsx
8 строк
263 B
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
// helper only used in remote windows on electron import KB2 from '@/util/electron' import type * as RemoteGen from './remote-actions' const {mainWindowDispatch} = KB2.functions export const remoteDispatch = (a: RemoteGen.Actions) => { mainWindowDispatch(a) }