UNPKG

eslint-plugin-readable-tailwind

Version:

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

20 lines 644 B
import { MatcherType } from "../../types/rule.js"; export declare const TV_STRINGS: [string, { match: MatcherType.String; }[]]; export declare const TV_VARIANT_VALUES: [string, { match: MatcherType.ObjectValue; pathPattern: string; }[]]; export declare const TV_COMPOUND_VARIANTS_CLASS: [string, { match: MatcherType.ObjectValue; pathPattern: string; }[]]; /** @see https://github.com/nextui-org/tailwind-variants?tab=readme-ov-file */ export declare const TV: ([string, { match: MatcherType.String; }[]] | [string, { match: MatcherType.ObjectValue; pathPattern: string; }[]])[]; //# sourceMappingURL=tv.d.ts.map