UNPKG

eslint-plugin-better-tailwindcss

Version:

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

64 lines 1.49 kB
import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const TV_STRINGS: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }; export declare const TV_VARIANT_VALUES: { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; }; export declare const TV_BASE_VALUES: { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; }; export declare const TV_SLOTS_VALUES: { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; }; export declare const TV_COMPOUND_VARIANTS_CLASS: { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; }; export declare const TV_COMPOUND_SLOTS_CLASS: { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; }; /** @see https://github.com/nextui-org/tailwind-variants?tab=readme-ov-file */ export declare const TV: ({ kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; } | { kind: SelectorKind.Callee; match: { path: string; type: MatcherType.ObjectValue; }[]; name: string; })[]; //# sourceMappingURL=tv.d.ts.map