maps-kt/maps-kt-features/src/commonMain/kotlin/center/sciprog/maps/features/DraggableAttribute.kt

6 lines
202 B
Kotlin

package center.sciprog.maps.features
public object DraggableAttribute : Feature.Attribute<DragHandle<Any>>
public object DragListenerAttribute : Feature.Attribute<Set<(begin: Any, end: Any) -> Unit>>