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

8 lines
149 B
C#

namespace BlazorDeviceInterop.Components.LeafletMap
{
public class LayerOptions
{
public string Attribution { get; set; }
}
}