feat. 버튼 액션별 아이콘 추가

This commit is contained in:
clkim
2025-10-16 10:48:41 +09:00
parent d61f5aa875
commit 15174baa36
6 changed files with 111 additions and 46 deletions

View File

@@ -1,2 +1,3 @@
export type ButtonType = 'internal' | 'external' | 'download' | 'action'
export type ButtonSize = 'large' | 'medium' | 'small' | 'extra-small'
export type ButtonVariant = 'filled' | 'outlined'