EITS-web/node_modules/eslint-plugin-svelte/lib/shared/svelte-compile-warns/transform/postcss.d.ts
2025-12-06 09:54:52 -05:00

8 lines
313 B
TypeScript

import type { AST } from 'svelte-eslint-parser';
import type { RuleContext } from '../../../types.js';
import type { TransformResult } from './types.js';
/**
* Transform with postcss
*/
export declare function transform(node: AST.SvelteStyleElement, text: string, context: RuleContext): TransformResult | null;