UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

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