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