function jsxConfigimport { jsxConfig } from "https://deno.land/x/frugal@0.9.0/src/cli/init/types.ts"; jsxConfig(framework: Framework): undefined | { deno: { jsxImportSource: string; jsx: string; }; esbuild: { jsxImportSource: string; jsx: string; }; }Parametersframework: FrameworkReturnsundefined | { deno: { jsxImportSource: string; jsx: string; }; esbuild: { jsxImportSource: string; jsx: string; }; }