printer-notifications/node_modules/eslint-plugin-svelte/lib/rules/indent-helpers/index.d.ts
2023-11-13 16:10:04 -05:00

4 lines
225 B
TypeScript

import type { RuleContext, RuleListener } from '../../types';
import type { IndentOptions } from './commons';
export declare function defineVisitor(context: RuleContext, defaultOptions: Partial<IndentOptions>): RuleListener;