Skip to content

Commit 21d428c

Browse files
authored
Merge pull request #159 from skiptools/toolbar
Bridge Toolbar and Link
2 parents cb8d19f + b7a284d commit 21d428c

File tree

7 files changed

+224
-84
lines changed

7 files changed

+224
-84
lines changed

Sources/SkipUI/SkipUI/Commands/Actions.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
#if !SKIP_BRIDGE
44
import Foundation
55

6+
// SKIP @bridge
67
public struct DismissAction {
7-
let action: () -> Void
8+
// SKIP @bridge
9+
public let action: () -> Void
810

911
static let `default` = DismissAction(action: { })
1012

0 commit comments

Comments
 (0)