MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / ComponentRef

Interface ComponentRef

packages/shared/src/types.ts:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391/** Reference to a resolved component — used across all annotation types */
392export interface ComponentRef {
393 componentName: string;
394 filePath: string;
395 lineNumber: number;
396 columnNumber?: number;
397}
398
399export type ToolType = "select";
400

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected