Skip to content

Commit

Permalink
chore: export cva and variant types from ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Oct 6, 2024
1 parent 91c3255 commit 9762744
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { clsx, type ClassValue } from 'clsx';
import { type ClassValue, clsx } from 'clsx';
import { twMerge } from 'tailwind-merge';

export { cva } from 'class-variance-authority';
export type { VariantProps } from 'class-variance-authority';

/**
* Combines multiple class names into a single string.
*
Expand Down

0 comments on commit 9762744

Please sign in to comment.