astro-ghostcms/.pnpm-store/v3/files/b8/1d1c1705b4d447cdd5bca1f9b5d...

5 lines
255 B
Plaintext

import type { AST } from "astro-eslint-parser";
import type { RuleContext } from "../../types";
export declare function loadModule<R>(context: RuleContext, name: string): R | null;
export declare function getContentRange(node: AST.JSXElement): AST.Range;