fix: downgrade tailwindcss to v3 (#151)

* fix: downgrade tailwindcss to v3

* chore: auto-fix linting and formatting issues
This commit is contained in:
UUBulb
2026-02-14 18:06:12 +08:00
committed by GitHub
parent 1b9c82ca5a
commit 76663b8d91
9 changed files with 93 additions and 129 deletions
+1 -2
View File
@@ -67,8 +67,7 @@ const multiSelectVariants = cva(
* Props for MultiSelect component
*/
interface MultiSelectProps
extends
React.ButtonHTMLAttributes<HTMLButtonElement>,
extends React.ButtonHTMLAttributes<HTMLButtonElement>,
VariantProps<typeof multiSelectVariants> {
/**
* An array of option objects to be displayed in the multi-select component.