UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

9 lines (8 loc) 417 B
import type { ProjectStructure } from '../../analyzer/project-structure'; import { NodeDetailsProps } from '../types'; interface ExtendedNodeDetailsProps extends NodeDetailsProps { fullGraphData: ProjectStructure; onChildNodeSelect: (nodeId: string) => void; } export declare function NodeDetails({ node, fullGraphData, onChildNodeSelect }: ExtendedNodeDetailsProps): import("preact").JSX.Element; export {};