LarpixClient/node_modules/@trapezedev/project/dist/frameworks/nativescript.d.ts
2026-05-03 17:09:55 +02:00

7 lines
No EOL
289 B
TypeScript

import { Framework } from ".";
import { MobileProject } from "../project";
export declare class NativeScriptFramework extends Framework {
constructor();
static getFramework(project: MobileProject): Promise<NativeScriptFramework | null>;
}
//# sourceMappingURL=nativescript.d.ts.map