(value: unknown)
| 511 | } |
| 512 | |
| 513 | export function getLayoutsConfigOrDefault(value: unknown): LayoutPresetsConfig { |
| 514 | return normalizeLayoutPresetsConfig(value); |
| 515 | } |
| 516 | |
| 517 | export function deleteSlotAndShiftFollowingSlots( |
| 518 | config: LayoutPresetsConfig, |
no test coverage detected