namespace BlazorReorderList; public record point(int x, int y); public record clientRect(float left, float top, float right, float bottom, float x, float y, float width, float height);