fix. Launcher 타입 공통으로 분리

This commit is contained in:
clkim
2025-11-03 11:26:31 +09:00
parent 4847db48c6
commit a5b2c99fc4
3 changed files with 4 additions and 5 deletions

View File

@@ -3,10 +3,9 @@ import type { CSSProperties } from 'vue'
import type {
DownloadButtonType,
ButtonVariant,
Platform,
} from '#layers/types/components/button'
type Platform = 'google_play' | 'app_store' | 'pc' | 'stove'
interface Props {
platform: Platform
type?: DownloadButtonType