export type SlotSizeGroupKey = (typeof slotSizeGroupKeys)[number];

export const slotSizeGroupKeys: readonly [
    "topCenter",
    "topLeft",
    "topRight",
    "bottomCenter",
    "bottomLeft",
    "bottomRight"
];