UNPKG

react-select-items

Version:
14 lines (13 loc) 308 B
interface DragBoxProps { position: { x: number; y: number; }; size: { width: number; height: number; }; className?: string; } export default function DragBox({ position, size, className }: DragBoxProps): import("react/jsx-runtime").JSX.Element; export {};