UNPKG

eslint-plugin-better-tailwindcss

Version:

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

9 lines 307 B
import { MatcherType } from "../../types/rule.js"; export declare const TW_JOIN_STRINGS: [string, { match: MatcherType.String; }[]]; /** @see https://github.com/dcastil/tailwind-merge */ export declare const TW_JOIN: [string, { match: MatcherType.String; }[]][]; //# sourceMappingURL=twJoin.d.ts.map