UNPKG

extension-develop

Version:
4 lines (3 loc) 215 B
import { JsFramework } from '../../webpack-types'; export declare function isUsingPreact(projectPath: string): boolean; export declare function maybeUsePreact(projectPath: string): Promise<JsFramework | undefined>;