UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

4 lines (3 loc) 187 B
import { AreaTypeValue } from "../../types/actions"; import { IArea } from "../../../types/areaTypes"; export declare const addArea: (set: any) => (area: IArea<AreaTypeValue>) => string;