UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

7 lines (6 loc) 207 B
import { AreaLayout, AreaRowLayout } from "../../types/areaTypes"; export declare function computeAreaToParentRow(layout: { [key: string]: AreaRowLayout | AreaLayout; }): { [key: string]: string; };