commonMain.epicarchitect.calendar.compose.pager.config.Config.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of epic-calendar-compose Show documentation
Show all versions of epic-calendar-compose Show documentation
Compose Multiplatform library for displaying epic calendars
The newest version!
package epicarchitect.calendar.compose.pager.config
import androidx.compose.runtime.compositionLocalOf
import epicarchitect.calendar.compose.basis.config.BasisEpicCalendarConfig
interface EpicCalendarPagerConfig {
val basisConfig: BasisEpicCalendarConfig
}
val LocalEpicCalendarPagerConfig = compositionLocalOf {
DefaultEpicCalendarPagerConfig
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy