Skip to content

Commit

Permalink
Add ComposableFunc type
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Feb 23, 2024
1 parent 77ea605 commit 78151c2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package de.sipgate.dachlatten.compose

import androidx.compose.runtime.Composable

typealias ComposableFunc = @Composable () -> Unit

0 comments on commit 78151c2

Please sign in to comment.