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

5 lines
270 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, type: "scss" | "sass"): TransformResult | null;