UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

19 lines (18 loc) 987 B
import { ClassValue } from "clsx"; import * as _$tailwind_merge0 from "tailwind-merge"; import { twJoin } from "tailwind-merge"; //#region src/styles/helpers.d.ts declare const isValidSpacing: (value: string) => boolean; declare const fractionRegex: RegExp; declare const isFraction: (value: string) => boolean; declare const tshirtUnitRegex: RegExp; declare const isTshirtSize: (value: string) => boolean; declare const heightTshirtUnitRegex: RegExp; declare const isHeightTshirtSize: (value: string) => boolean; declare const customTwMerge: (...classLists: _$tailwind_merge0.ClassNameValue[]) => string; declare const cj: typeof twJoin; declare function cn(...inputs: ClassValue[]): string; declare const alternatingBgColorLightClassNames: string; //#endregion export { alternatingBgColorLightClassNames, cj, cn, customTwMerge, fractionRegex, heightTshirtUnitRegex, isFraction, isHeightTshirtSize, isTshirtSize, isValidSpacing, tshirtUnitRegex }; //# sourceMappingURL=helpers.d.ts.map