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

6 lines
240 B
TypeScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
import type { SvelteNodeListener } from '../../types-for-node';
import type { IndentContext } from './commons';
type NodeListener = SvelteNodeListener;
export declare function defineVisitor(context: IndentContext): NodeListener;
export {};