commonMain.epicarchitect.calendar.compose.ranges.EpicRangeInfo.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.ranges
import androidx.compose.runtime.Immutable
import androidx.compose.ui.unit.IntOffset
@Immutable
internal data class EpicRangeInfo(
val gridCoordinates: Pair,
val isStartInGrid: Boolean,
val isEndInGrid: Boolean
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy