import { getCurrentWindow } from '@tauri-apps/api/window'; interface WindowDragRegionProps { className?: string; } export function WindowDragRegion({ className = '' }: WindowDragRegionProps) { return (