eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
32 lines • 999 B
TypeScript
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_BASE_VALUES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const TV_SLOTS_VALUES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const TV_COMPOUND_VARIANTS_CLASS: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const TV_COMPOUND_SLOTS_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