UNPKG

eslint-plugin-better-tailwindcss

Version:

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

14 lines 432 B
import { MatcherType } from "../../types/rule.js"; export declare const CLSX_STRINGS: [string, { match: MatcherType.String; }[]]; export declare const CLSX_OBJECT_KEYS: [string, { match: MatcherType.ObjectKey; }[]]; /** @see https://github.com/lukeed/clsx */ export declare const CLSX: ([string, { match: MatcherType.String; }[]] | [string, { match: MatcherType.ObjectKey; }[]])[]; //# sourceMappingURL=clsx.d.ts.map