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

6 lines
202 B
Kotlin
Raw Normal View History

2022-12-26 17:44:01 +03:00
package center.sciprog.maps.features
public object DraggableAttribute : Feature.Attribute<DragHandle<Any>>
public object DragListenerAttribute : Feature.Attribute<Set<(begin: Any, end: Any) -> Unit>>