UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

8 lines 526 B
declare const ChildComponent: () => import("react/jsx-runtime").JSX.Element; declare function SecondChild(): import("react/jsx-runtime").JSX.Element; declare const GrandchildComponent: () => import("react/jsx-runtime").JSX.Element; declare const ParentComponent: () => import("react/jsx-runtime").JSX.Element; declare function App(): import("react/jsx-runtime").JSX.Element; export default App; export { ParentComponent, ChildComponent, SecondChild, GrandchildComponent }; //# sourceMappingURL=ComponentCallGraph.test.d.ts.map