feat: 추가 component viewer

This commit is contained in:
“hyeonggkim”
2025-11-19 10:02:24 +09:00
parent ae7fb5fd60
commit 3008b19a19
7 changed files with 3580 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ export type DownloadButtonType = 'default' | 'single' | 'duplication' | 'custom'
export type ButtonSize = 'large' | 'medium' | 'small' | 'extra-small'
export type ButtonVariant = 'filled' | 'outlined'
export type ButtonVariant = 'filled' | 'outlined' | 'text' | 'ghost'
export type Platform = 'google_play' | 'app_store' | 'pc' | 'stove'