feat. 다운로드 버튼 컴포넌트 추가

This commit is contained in:
clkim
2025-10-29 15:08:09 +09:00
parent dc219fd865
commit e5a1b0e2ae
11 changed files with 328 additions and 26 deletions

View File

@@ -4,5 +4,9 @@ export type ButtonType =
| 'download'
| 'action'
| 'link'
export type DownloadButtonType = 'default' | 'single' | 'duplication'
export type ButtonSize = 'large' | 'medium' | 'small' | 'extra-small'
export type ButtonVariant = 'filled' | 'outlined'