芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/sucrase/dist/types/util/getJSXPragmaInfo.d.ts
import type { Options } from "../index"; export interface JSXPragmaInfo { base: string; suffix: string; fragmentBase: string; fragmentSuffix: string; } export default function getJSXPragmaInfo(options: Options): JSXPragmaInfo;