printer-notifications/node_modules/eslint-plugin-svelte/lib/rules/indent-helpers/index.d.ts

4 lines
225 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { RuleContext, RuleListener } from '../../types';
import type { IndentOptions } from './commons';
export declare function defineVisitor(context: RuleContext, defaultOptions: Partial<IndentOptions>): RuleListener;