Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jun 24, 2024
1 parent 1443515 commit 96dfc4e
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/LiveKitComponents/Components.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ public let liveKitComponentsVersion = "0.0.1"
public typealias ComponentBuilder<Content: View> = () -> Content
public typealias ParticipantComponentBuilder<Content: View> = (_: Participant) -> Content
public typealias TrackReferenceComponentBuilder<Content: View> = (_: TrackReference) -> Content

public typealias ParticipantLayoutBuilder<Content: View> = (_ participant: Participant,
_ geometry: GeometryProxy) -> Content
File renamed without changes.

0 comments on commit 96dfc4e

Please sign in to comment.