eslint-plugin-better-tailwindcss
Version:
auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.
20 lines • 614 B
TypeScript
import { MatcherType } from "../../types/rule.js";
export declare const CVA_STRINGS: [string, {
match: MatcherType.String;
}[]];
export declare const CVA_VARIANT_VALUES: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
export declare const CVA_COMPOUND_VARIANTS_CLASS: [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]];
/** @see https://github.com/joe-bell/cva */
export declare const CVA: ([string, {
match: MatcherType.String;
}[]] | [string, {
match: MatcherType.ObjectValue;
pathPattern: string;
}[]])[];
//# sourceMappingURL=cva.d.ts.map