UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

9 lines (8 loc) 179 B
import React from 'react'; export interface LayoutPreset { id: string; name: string; config: any; isBuiltIn: boolean; } export declare const LayoutMenu: React.FC;