5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
|
export declare const sampleReactProjectDirPath: string;
|
||
|
export declare function setupSampleReactProject(): {
|
||
|
sampleReactProjectDirPath: string;
|
||
|
};
|