Files
BlazorDeviceInterop/BlazorDeviceInterop.Components/LeafletMap/PolylineOptions.cs
T
Bernard Darnton 9576c5aa5b Add project files.
2020-10-12 06:03:49 +13:00

7 lines
119 B
C#

namespace BlazorDeviceInterop.Components.LeafletMap
{
public class PolylineOptions : LayerOptions
{
}
}