Files
DndGamePlayer/app/renderer/shared/dndApi.ts
T

6 lines
113 B
TypeScript

import type { DndApi } from '../../preload/index';
export function getDndApi(): DndApi {
return window.dnd;
}