astro-ghostcms/.pnpm-store/v3/files/e7/274af4e2054f156e376fd1c62cc...

5 lines
270 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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, type: "scss" | "sass"): TransformResult | null;