UNPKG

179 BTypeScriptView Raw
1export declare function getReactScriptsPath({ noCache }?: {
2 noCache?: boolean;
3}): string;
4export declare function isReactScriptsInstalled(requiredVersion?: string): boolean;