Files
vercel_dashboard_example/.pnpm-store/v11/files/2a/020b117ee37aa0013e3f9fd5a62efbb6eda4aebddc233217c8717c5cdcffce2686b9ecdb55c62e61bbe01b97cc455cf102c391264020ac26228dc0adcb19d7
T
2026-05-12 14:53:15 +00:00

6 lines
168 B
Plaintext

export declare function useOpenInEditor({ file, line1, column1, }?: {
file?: string | null;
line1?: number | null;
column1?: number | null;
}): () => void;