Skip to content

Commit 827e757

Browse files
committed
add: Add typealias for easier access
1 parent 76ec3a7 commit 827e757

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

BoostDesignSystem/Sources/BoostDesignSystem/Sources/Extensions/ShapeStyle+Color.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import SwiftUI
99

1010
public extension ShapeStyle where Self == Color {
1111

12+
typealias Pillyze = Self.Pillyze
13+
typealias NaverMap = Self.NaverMap
14+
1215
// MARK: - Gray Scale
1316

1417
static var gray50: Color { .init("Gray Scale/gray50", bundle: .module) }

0 commit comments

Comments
 (0)