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

9 lines
243 B
Plaintext

import type { Options } from "../index";
export interface JSXPragmaInfo {
base: string;
suffix: string;
fragmentBase: string;
fragmentSuffix: string;
}
export default function getJSXPragmaInfo(options: Options): JSXPragmaInfo;