export interface GridsterResizeEventType {
    n: boolean;
    s: boolean;
    w: boolean;
    e: boolean;
}
