feat. 다운로드 버튼 컴포넌트 추가
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user