persona-community-5/.pnpm-store/v3/files/47/1f7ced964072feefd0fa1f449f23c8ae6a5f37c8baedaa3c59b7e20b47ade93b9293124505feb76bfb0cb90debff57807669ae4930e0d08ebf1dd3f63a92da
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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;