부가세 참고 및 컴포넌트 전체적 일부 수정

This commit is contained in:
focp212@naver.com
2025-09-26 14:01:01 +09:00
parent bcd51e6971
commit 97a5153364
35 changed files with 889 additions and 805 deletions

View File

@@ -54,6 +54,8 @@ export interface FilterButtonGroupsProps {
activeValue?: string;
btnGroups?: Array<ButtonItemProp>
setter: (value: any) => void;
addClassName?: string;
maxBtn?: 2 | 4;
};
export interface ButtonItemProp {
name?: string;