UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

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