UNPKG

@khulnasoft.com/dev-tools

Version:

Development tools for Khulnasoft CMS integration

10 lines (9 loc) 282 B
import type { SDKVersionInfo } from "../../types"; export declare const SUPPORTED_FRAMEWORKS: { react: string; remix: string; angular: string; next: string; qwik: string; }; export declare function getSDKDetailsForFramework(framework: string): SDKVersionInfo[];