UNPKG

@chamn/engine

Version:
10 lines (9 loc) 450 B
import { CNode, CRootNode } from '@chamn/model'; import { CPluginCtx } from '../../core/pluginManager'; import { CRightPanelItem } from '../RightPanel/view'; export type ComponentStatePanelProps = { node: CNode | CRootNode | null; pluginCtx: CPluginCtx; }; export declare const ComponentStatePanel: (props: ComponentStatePanelProps) => import("react/jsx-runtime").JSX.Element; export declare const ComponentStatePanelConfig: CRightPanelItem;