UNPKG

@chamn/engine

Version:
7 lines (6 loc) 260 B
import { CNode, CRootNode } from '@chamn/model'; import { CPluginCtx } from '../../core/pluginManager'; export declare const PropertyPanel: (props: { node: CNode | CRootNode | null; pluginCtx: CPluginCtx; }) => import("react/jsx-runtime").JSX.Element;