mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 07:01:03 +03:00
8 lines
149 B
C#
8 lines
149 B
C#
namespace BlazorDeviceInterop.Components.LeafletMap
|
|
{
|
|
public class LayerOptions
|
|
{
|
|
public string Attribution { get; set; }
|
|
}
|
|
}
|