mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 05:01:01 +03:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace BlazorDeviceInterop.Components.LeafletMap
|
|
{
|
|
public abstract class InteractiveLayer : Layer
|
|
{
|
|
}
|
|
}
|