category page

This commit is contained in:
hamid zarghami
2026-07-21 10:15:40 +03:30
parent fe1e545aaf
commit 6f22885ae9
4 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export type SelectOption = {
};
type Props = {
options?: SelectOption[];
options?: readonly SelectOption[];
className?: string;
placeholder?: string;
} & Omit<React.SelectHTMLAttributes<HTMLSelectElement>, "placeholder">;