UNPKG

eslint-plugin-better-tailwindcss

Version:

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

4 lines 276 B
import type { GetShorthandClassesResponse } from "./shorthand-classes.js"; export declare const shorthands: [string[], string[]][][]; export declare function getShorthands(classes: string[]): GetShorthandClassesResponse[]; //# sourceMappingURL=shorthand-classes.async.d.ts.map