This commit is contained in:
focp212@naver.com
2025-10-29 10:39:04 +09:00
parent 92ae235b68
commit 51e38e9d45
5 changed files with 12 additions and 13 deletions

View File

@@ -52,8 +52,8 @@ export interface FilterRangeAmountProps {
title?: string;
minAmount?: number;
maxAmount?: number;
setMinAmount: (minAmount: number | undefined) => void;
setMaxAmount: (maxAmount: number | undefined) => void;
setMinAmount: (minAmount?: number) => void;
setMaxAmount: (maxAmount?: number) => void;
};
export interface FilterButtonGroupsProps {
title: string;