All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.epicarchitect.calendar.compose.ranges.EpicRangeInfo.kt Maven / Gradle / Ivy

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