GT2/Ejectable/node_modules/sucrase/dist/util/getJSXPragmaInfo.d.ts

9 lines
243 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
import type { Options } from "../index";
export interface JSXPragmaInfo {
base: string;
suffix: string;
fragmentBase: string;
fragmentSuffix: string;
}
export default function getJSXPragmaInfo(options: Options): JSXPragmaInfo;