2d12c8a553
Run ID: 131
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
export declare function useOpenInEditor({ file, line1, column1, }?: {
|
|
file?: string | null;
|
|
line1?: number | null;
|
|
column1?: number | null;
|
|
}): () => void;
|