astro-ghostcms/.pnpm-store/v3/files/d9/7006191d045fb6507904a345f7c...

5 lines
247 B
Plaintext

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