UNPKG

str-merge

Version:

String utilities and conflict conditionals (includes tailwind-merge).

11 lines (10 loc) 392 B
export * from 'tailwind-merge'; export { cn, merge } from './merge'; export { cnx } from './cnx'; export type { cnxValues } from './cnx'; export { cvx } from './cvx'; export type { cvxKeys, cvxVariant, cvxProps } from './cvx'; export { rem, em, px } from './converters'; export { ocx } from './ocx'; export type { ocxValue, ocxValues } from './ocx'; export type { inferType } from './types';