macos: redo all the split views

This commit is contained in:
Mitchell Hashimoto
2023-03-08 22:14:29 -08:00
parent 0388dc35bb
commit 31378bcaa5
4 changed files with 124 additions and 112 deletions

View File

@@ -3,7 +3,7 @@ import SwiftUI
extension SplitView {
/// The split divider that is rendered and can be used to resize a split view.
struct Divider: View {
let direction: Direction
let direction: SplitViewDirection
let visibleSize: CGFloat
let invisibleSize: CGFloat