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