UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

14 lines (13 loc) 268 B
import React from 'react'; interface DebugAreaProps { id: string; state: any; viewport: { width: number; height: number; }; type?: string; targetSpace?: string; } export declare const Debug: React.FC<DebugAreaProps>; export {};