category page
This commit is contained in:
@@ -8,7 +8,7 @@ export type SelectOption = {
|
||||
};
|
||||
|
||||
type Props = {
|
||||
options?: SelectOption[];
|
||||
options?: readonly SelectOption[];
|
||||
className?: string;
|
||||
placeholder?: string;
|
||||
} & Omit<React.SelectHTMLAttributes<HTMLSelectElement>, "placeholder">;
|
||||
|
||||
Reference in New Issue
Block a user