import classnames from 'classnames'; import { HTMLAttributes } from 'react'; type Props = HTMLAttributes; export function WindowDragRegion({ className, ...props }: Props) { return ( ); }