astro-ghostcms/.pnpm-store/v3/files/ee/00d6ba19a221fec7fb2444c118e...

5 lines
247 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { AST } from "astro-eslint-parser";
import type { RuleContext } from "../../types";
import type { TransformResult } from "./types";
export declare function transform(node: AST.JSXElement, context: RuleContext): TransformResult | null;