UNPKG

eslint-plugin-svelte

Version:
8 lines (7 loc) 333 B
import type { AST } from 'svelte-eslint-parser'; import type { RuleContext } from '../../../types.js'; import type { TransformResult } from './types.js'; /** * Transpile with sass */ export declare function transform(node: AST.SvelteStyleElement, text: string, context: RuleContext, type: 'scss' | 'sass'): TransformResult | null;