astro-ghostcms/.pnpm-store/v3/files/47/1f7ced964072feefd0fa1f449f2...

9 lines
243 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +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;