UNPKG

eslint-plugin-better-tailwindcss

Version:

auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.

36 lines 875 B
import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const TWC_TAG: { kind: SelectorKind.Tag; path: string; }; export declare const TWC_CALLEE_STRINGS: { kind: SelectorKind.Callee; match: ({ type: MatcherType.String; match?: never; } | { match: { type: MatcherType.String; }[]; type: MatcherType.AnonymousFunctionReturn; })[]; path: string; }; /** @see https://github.com/gregberge/twc */ export declare const TWC: ({ kind: SelectorKind.Tag; path: string; } | { kind: SelectorKind.Callee; match: ({ type: MatcherType.String; match?: never; } | { match: { type: MatcherType.String; }[]; type: MatcherType.AnonymousFunctionReturn; })[]; path: string; })[]; //# sourceMappingURL=twc.d.ts.map