eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
19 lines • 597 B
TypeScript
import { MatcherType } from "../../types/rule.js";
export declare const CLB_BASE_VALUES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const CLB_VARIANT_VALUES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const CLB_COMPOUND_VARIANTS_CLASSES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
/** @see https://github.com/crswll/clb */
export declare const CLB: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]][];
//# sourceMappingURL=clb.d.ts.map